Filament table - Prevent user from select all for bulk action #5608
markvdlaan93
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Feel free to PR an option to disable that button |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
I have a table with more than 3 million entries. I've implemented bulk actions which works just fine, however the user has now the possibility to press on select all. I want to prevent this because it takes way too much time to select them all and the underlying functionality is not well suited for these kind of volumes.
I don't see any possibility to turn off the select all, am I correct? It would be nice if this is configurable through a closure in the bulk action so that it becomes available when the user reduced the amount of rows in the table by selecting filters.
Beta Was this translation helpful? Give feedback.
All reactions