Replies: 2 comments
-
Are you talking "bulk actions" checkboxes, or per-page dropdown? For Per-Page dropdown, the documentation here, will be useful (the "setPerPageAccepted" method). For limiting the number of items on a page that a user can select, there's no native approach at the moment I'm afraid., you could hook into the AlpineJS "selected" object relatively easily though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer, what I want to achieve is that if user selected 20 items (checked 20 checkboxes) than to disable the rest of the checkboxes or the rows. I hope I make sense :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I wonder if anyone can enlighten me and help me, is there a way or approach to limit the total number of rows that user can select? For example maximum of 20 rows can be selected and make disabled the checkboxes or any other way of doing this?
Any input appreciated, thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions