How to disable select all in Table Builder?
I found a method to disable "Select all" for bulk actions in the admin panel:
protected bool $shouldSelectCurrentPageOnly = true;
How can I use this function in the table builder?4 Replies
I think you can use the same property on your custom Livewire component
you can try in list page
Filament
Actions - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
Solution
This worked for me: