atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 104 forks source link

"Select all" option on checkboxes in GRID #2082

Closed bedengler closed 1 year ago

bedengler commented 1 year ago

Feature request: if we add checkboxes through "addSelection();" to a GRID, there should be a checkbox in the first row. Clicking this checkbox selects ALL checkboxes of the GRID.

That means also from other pages. So by clicking this checkbox, the checkboxes on ALL entries of the GRID are checked. If we have a GRID with 100 entries, 20 are shown per page and we select the "Select all" checkbox, all 100 entries are checked.

mvorisek commented 1 year ago

duplicate of https://github.com/atk4/ui/issues/1877