@aware([ 'tableName']) {{-- TODO: Remove --}} @if ($this->showBulkActionsSections) @endif @if ($this->collapsingColumnsAreEnabled() && $this->hasCollapsedColumns()) @endif @foreach($this->selectedVisibleColumns as $colIndex => $column) @if($column->hasSecondaryHeader() && $column->hasSecondaryHeaderCallback()) @if( $column->secondaryHeaderCallbackIsFilter()) {{ $column->getSecondaryHeaderFilter($column->getSecondaryHeaderCallback(), $this->getFilterGenericData) }} @elseif($column->secondaryHeaderCallbackIsString()) {{ $column->getSecondaryHeaderFilter($this->getFilterByKey($column->getSecondaryHeaderCallback()), $this->getFilterGenericData) }} @else {{ $column->getNewSecondaryHeaderContents($this->getRows) }} @endif @endif @endforeach