Skip to content

Commit

Permalink
Update index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored May 20, 2024
1 parent 02253e3 commit ee982b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ class="fi-ta-header-toolbar flex items-center justify-between gap-x-4 px-4 py-3
@elseif ($isSelectionEnabled && $isLoaded)
<x-filament-tables::selection.indicator
:all-selectable-records-count="$allSelectableRecordsCount"
:select-current-page-only="$selectsCurrentPageOnly"
:colspan="$columnsCount"
:page="$this->getTablePage()"
:select-current-page-only="$selectsCurrentPageOnly"
x-bind:hidden="! selectedRecords.length"
x-show="selectedRecords.length"
/>
Expand Down

0 comments on commit ee982b5

Please sign in to comment.