[SOLVED] Disable select all across pagination
Is it possible to disable "select all" (across pagination) ? For some reason I don't want my user can select thousands of records at once...
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
For my business purpose, which needs careful treatment for each row, being able to select massive things will increase human error opportunity... I still want my employee can select several rows but only on page he/she can visually see...
You could try hiding it via CSS then.
i think theres a method to disable select all
might be worth sourcediving
I will try
Yes there is...
protected bool $shouldSelectCurrentPageOnly = true;
Thankyou...
Also many thanks for your help... @Dennis Koch @nathanjansen