|  | 
| 1 |  | -@php($tableName = $this->getTableName) | 
| 2 |  | -@php($tableId = $this->getTableId) | 
| 3 |  | -@php($primaryKey = $this->getPrimaryKey) | 
| 4 |  | -@php($isTailwind = $this->isTailwind) | 
| 5 |  | -@php($isBootstrap = $this->isBootstrap) | 
| 6 |  | -@php($isBootstrap4 = $this->isBootstrap4) | 
| 7 |  | -@php($isBootstrap5 = $this->isBootstrap5) | 
| 8 |  | -@php($localisationPath = $this->getLocalisationPath) | 
| 9 |  | -@php($getCurrentlyReorderingStatus = $this->getCurrentlyReorderingStatus) | 
| 10 |  | -@php($currentlyReorderingStatus = $this->getCurrentlyReorderingStatus) | 
| 11 |  | -@php($showBulkActionsSections = $this->showBulkActionsSections) | 
| 12 |  | -@php($showCollapsingColumnSections = $this->showCollapsingColumnSections) | 
| 13 |  | -@php($selectedVisibleColumns = $this->selectedVisibleColumns) | 
|  | 1 | +@php($tableName = $this->getTableName()) | 
|  | 2 | +@php($tableId = $this->getTableId()) | 
|  | 3 | +@php($primaryKey = $this->getPrimaryKey()) | 
|  | 4 | +@php($isTailwind = $this->isTailwind()) | 
|  | 5 | +@php($isBootstrap = $this->isBootstrap()) | 
|  | 6 | +@php($isBootstrap4 = $this->isBootstrap4()) | 
|  | 7 | +@php($isBootstrap5 = $this->isBootstrap5()) | 
|  | 8 | +@php($localisationPath = $this->getLocalisationPath()) | 
|  | 9 | +@php($getCurrentlyReorderingStatus = $this->getCurrentlyReorderingStatus()) | 
|  | 10 | +@php($currentlyReorderingStatus = $this->getCurrentlyReorderingStatus()) | 
|  | 11 | +@php($showBulkActionsSections = $this->showBulkActionsSections()) | 
|  | 12 | +@php($showCollapsingColumnSections = $this->showCollapsingColumnSections()) | 
|  | 13 | +@php($selectedVisibleColumns = $this->selectedVisibleColumns()) | 
| 14 | 14 | @php($collapsingColumnDetails = $this->getCollapsedColumnsForContentNew()) | 
| 15 | 15 | @php($tdAttributes = $this->getBulkActionsTdAttributes()) | 
| 16 | 16 | @php($tdCheckboxAttributes = $this->getBulkActionsTdCheckboxAttributes()) | 
|  | 
| 21 | 21 | @php($shouldCollapseOnTablet = $this->shouldCollapseOnTablet()) | 
| 22 | 22 | @php($shouldCollapseOnMobile = $this->shouldCollapseOnMobile()) | 
| 23 | 23 | @php($coreTableAttributes = $this->getCoreTableAttributes()) | 
|  | 24 | +@php($hasDisplayLoadingPlaceholder = $this->hasDisplayLoadingPlaceholder()) | 
|  | 25 | +@php($hasTableRowUrl = $this->hasTableRowUrl()) | 
|  | 26 | + | 
| 24 | 27 | 
 | 
| 25 | 28 | <div> | 
| 26 | 29 |     <div x-data="{ currentlyReorderingStatus: false }"> | 
|  | 
| 32 | 35 |                 $this->getParametersForConfigurableArea('before-wrapper') | 
| 33 | 36 |             ) | 
| 34 | 37 | 
 | 
| 35 |  | -            <x-livewire-tables::wrapper :$tableName :$primaryKey :$isTailwind :$isBootstrap :$isBootstrap4 :$isBootstrap5 :$localisationPath :$collapsingColumnDetails :$tdAttributes :$tdCheckboxAttributes :$collapsingColumnButtonExpandAttributes :$collapsingColumnButtonCollapseAttributes :$hasCollapsingColumns :$shouldCollapseAlways :$shouldCollapseOnTablet :$shouldCollapseOnMobile :$currentlyReorderingStatus :$showBulkActionsSections :$coreTableAttributes :$showCollapsingColumnSections :$selectedVisibleColumns> | 
|  | 38 | +            <x-livewire-tables::wrapper :$tableName :$primaryKey :$isTailwind :$isBootstrap :$isBootstrap4 :$isBootstrap5 :$localisationPath :$collapsingColumnDetails :$tdAttributes :$tdCheckboxAttributes :$collapsingColumnButtonExpandAttributes :$collapsingColumnButtonCollapseAttributes :$hasCollapsingColumns :$shouldCollapseAlways :$shouldCollapseOnTablet :$shouldCollapseOnMobile :$currentlyReorderingStatus :$showBulkActionsSections :$coreTableAttributes :$showCollapsingColumnSections :$selectedVisibleColumns :$hasDisplayLoadingPlaceholder :$hasTableRowUrl> | 
| 36 | 39 |                 @if($this->hasActions() && !$this->showActionsInToolbar()) | 
| 37 | 40 |                     <x-livewire-tables::includes.actions/> | 
| 38 | 41 |                 @endif | 
|  | 
| 84 | 87 |                     $this->getParametersForConfigurableArea('after-tools') | 
| 85 | 88 |                 ) | 
| 86 | 89 | 
 | 
| 87 |  | -                <x-livewire-tables::table :bulkActionsTdAttributes="$this->getBulkActionsTdAttributes" :bulkActionsTdCheckboxAttributes="$this->getBulkActionsTdCheckboxAttributes"> | 
|  | 90 | +                <x-livewire-tables::table :bulkActionsTdAttributes="$this->getBulkActionsTdAttributes()" :bulkActionsTdCheckboxAttributes="$this->getBulkActionsTdCheckboxAttributes()"> | 
| 88 | 91 | 
 | 
| 89 | 92 |                     <x-livewire-tables::table.thead /> | 
| 90 | 93 | 
 | 
| 91 |  | -                    @if($this->shouldShowSecondaryHeader) | 
|  | 94 | +                    @if($this->shouldShowSecondaryHeader()) | 
| 92 | 95 |                         <x-livewire-tables::table.tr.secondary-header  /> | 
| 93 | 96 |                     @endif | 
| 94 | 97 | 
 | 
|  | 
| 111 | 114 |                     @endif | 
| 112 | 115 | 
 | 
| 113 | 116 | 
 | 
| 114 |  | -                    @if ($this->shouldShowFooter) | 
|  | 117 | +                    @if ($this->shouldShowFooter()) | 
| 115 | 118 |                         <x-livewire-tables::table.tfoot /> | 
| 116 | 119 |                     @endif | 
| 117 | 120 |                 </x-livewire-tables::table> | 
|  | 
0 commit comments