@php($tableName = $this->getTableName) @php($tableId = $this->getTableId) @php($primaryKey = $this->getPrimaryKey) @php($isTailwind = $this->isTailwind) @php($isBootstrap = $this->isBootstrap) @php($isBootstrap4 = $this->isBootstrap4) @php($isBootstrap5 = $this->isBootstrap5)
getTopLevelAttributes() }}> @includeWhen( $this->hasConfigurableAreaFor('before-wrapper'), $this->getConfigurableAreaFor('before-wrapper'), $this->getParametersForConfigurableArea('before-wrapper') ) @if($this->hasActions && !$this->showActionsInToolbar) @endif @includeWhen( $this->hasConfigurableAreaFor('before-tools'), $this->getConfigurableAreaFor('before-tools'), $this->getParametersForConfigurableArea('before-tools') ) @if($this->shouldShowTools) @if ($this->showSortPillsSection) @endif @if($this->showFilterPillsSection) @endif @includeWhen( $this->hasConfigurableAreaFor('before-toolbar'), $this->getConfigurableAreaFor('before-toolbar'), $this->getParametersForConfigurableArea('before-toolbar') ) @if($this->shouldShowToolBar) @endif @includeWhen( $this->hasConfigurableAreaFor('after-toolbar'), $this->getConfigurableAreaFor('after-toolbar'), $this->getParametersForConfigurableArea('after-toolbar') ) @endif @if($this->getCurrentlyReorderingStatus) @endif @if($this->showBulkActionsSections) @endif @if ($this->showCollapsingColumnSections) @endif @foreach($this->selectedVisibleColumns as $index => $column) @endforeach @if($this->secondaryHeaderIsEnabled() && $this->hasColumnsWithSecondaryHeader()) @endif @if($this->hasDisplayLoadingPlaceholder()) @endif @if($this->showBulkActionsSections) @endif @forelse ($this->getRows as $rowIndex => $row) @if($this->getCurrentlyReorderingStatus) @endif @if($this->showBulkActionsSections) @endif @if ($this->showCollapsingColumnSections) @endif @foreach($this->selectedVisibleColumns as $colIndex => $column) @if($column->isHtml()) {!! $column->setIndexes($rowIndex, $colIndex)->renderContents($row) !!} @else {{ $column->setIndexes($rowIndex, $colIndex)->renderContents($row) }} @endif @endforeach @if ($this->showCollapsingColumnSections) @endif @empty @endforelse @if ($this->footerIsEnabled() && $this->hasColumnsWithFooter()) @if ($this->useHeaderAsFooterIsEnabled()) @else @endif @endif @includeIf($customView) @includeWhen( $this->hasConfigurableAreaFor('after-wrapper'), $this->getConfigurableAreaFor('after-wrapper'), $this->getParametersForConfigurableArea('after-wrapper') )