[FEAT] Support for 'filter' bulkSelectMode #76
Unanswered
davidRamirez90
asked this question in
Q&A
Replies: 1 comment
-
|
The datasource has a selection property that reflects the selected items. You can track the filtered data and match the selection to it... This doesnt require a special directive |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Please describe the feature you would like to request.
Allow for an extra option for
bulkSelectModeof the Selection-Column plugin in addition to 'view', 'all' and 'none', namely 'filter'.What is the use-case or motivation for this proposal?
When applying filters to the dataSource, the selection model saves the filtered data under
ds.filteredData. It would be a nice option to allow the 'select all' checkbox to select only the data that has been filtered.Beta Was this translation helpful? Give feedback.
All reactions