How to disable select all in Table Builder?
I found a method to disable "Select all" for bulk actions in the admin panel:
How can I use this function in the table builder?
protected bool $shouldSelectCurrentPageOnly = true;How can I use this function in the table builder?