@aware([ 'tableName']) {{-- Adds a Column For Bulk Actions--}} @if (!$this->bulkActionsAreEnabled() || !$this->hasBulkActions()) @elseif ($this->bulkActionsAreEnabled() && $this->hasBulkActions()) @endif {{-- Adds a Column If Collapsing Columns Exist --}} @if ($this->collapsingColumnsAreEnabled() && $this->hasCollapsedColumns()) @endif @foreach($this->selectedVisibleColumns as $colIndex => $column) @if($column->hasFooter() && $column->hasFooterCallback()) @if($column->footerCallbackIsFilter()) {{ $column->getFooterFilter($column->getFooterCallback(), $this->getFilterGenericData) }} @elseif($column->footerCallbackIsString()) {{ $column->getFooterFilter($this->getFilterByKey($column->getFooterCallback()), $this->getFilterGenericData) }} @else {{ $column->getNewFooterContents($this->getRows) }} @endif @endif @endforeach