-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dataView): add option to apply row selection to all pages (#716)
* feat(dataView): add option to apply row selection to all pages - supersede #689, most Grid & DataView changes were kept with some small changes & fixes, also added more Cypress E2E tests - when having pages and `syncGridSelection` is called with `preserveHiddenOnSelectionChange`, clicking on Select All checkbox: - it will apply row selections on all rows - if nothing is selected and we filter data, then we click on Select All, it will apply row selections only to the item being filtered and if we remove filters then the Select All is not expect to be selected * chore: rollback slick.grid.js changes - the changes to slick.grid.js should be applied in a different PR and there's also one opened for this * chore: add selected rows ids to onSelectedRowIdsChanged * chore: add option to apply grid row selection with setSelectedIds * chore: rename option to better represent applying row selection to grid * chore: change setSelectedIds option defaults * chore: show setSelectedIds options * chore: add demo & tests for row selection on multiple pages * chore: use setSelectedIds new option object instead of boolean arg * chore: fix indentation
- Loading branch information
1 parent
0d4d943
commit 6e4e83a
Showing
7 changed files
with
609 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.