© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
Sesh

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;
protected bool $shouldSelectCurrentPageOnly = true;


How can I use this function in the table builder?
Solution
This worked for me:
protected function shouldSelectCurrentPageOnly(): bool
{
  return true;
}
protected function shouldSelectCurrentPageOnly(): bool
{
  return true;
}
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

I get Select Table Error in Table builder
FilamentFFilament / ❓┊help
2y ago
Disable "select all" checkbox
FilamentFFilament / ❓┊help
3y ago
Table select/check all?
FilamentFFilament / ❓┊help
3y ago
on table builder select parent child
FilamentFFilament / ❓┊help
2y ago