-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add checkbox to table header to select/unselect all #1877
Comments
I noticed |
Isn't that only for Multiline? (not for Table/CRUD) |
Indeed. I could maybe just use |
We need to move from vue used in Multiline to render everything via pure php to dedup the code and use standard php components purely. |
Turned out that adding the checkbox in the header was easier than expected thanks to the existing |
When row selection is enabled, there should be "master" checkbox in the table header to select/unselect all rows.
Feature request from #1727 (comment).
It should probably still select the rows in the current page only.
related demo:
demos/collection/grid.php
maybe add support for
shift
key to add support for range selectionThe text was updated successfully, but these errors were encountered: