TreeTable | selectionKeys support for checkbox selection mode #15216
Labels
Core Team
Issue or pull request has been *opened* by a member of Core Team
LTS-FIXED-16.9.8
PRO Support
Issue was reported by PRO User
Type: New Feature
Issue contains a new feature or new component request
Milestone
selectionKeys
will be added to improve selection logic in checkbox selection mode.Usage:
Users must use
dataKey
property along with theselectionKeys
to build a context between the selection and data of the component. CorrespondingdataKey
value of the element can be placed inside the data object or outside.example data:
selectionKeys
is not compatible with legacyselection
property, users should choose one of themselection
property will be deprecated in the future and all selection logic will handle byselectionKeys
For the performance concerns children elements will not automatically selected on the initial load if parent's key provided in
selectionKeys
. All keys of the elements should be provided inselectionKeys
.The text was updated successfully, but these errors were encountered: