Rich Tree View - Selection
Handle how users can select items.
Multi selection
The Tree View also supports multi-selection:
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Press Enter to start editing
Disable selection
Use the disableSelection
prop if you don't want your items to be selectable:
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Press Enter to start editing
Checkbox selection
To activate checkbox selection set checkboxSelection={true}
:
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Press Enter to start editing
This is also compatible with multi selection:
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Press Enter to start editing
Controlled selection
Use the selectedItems
prop to control the selected items.
You can use the onSelectedItemsChange
prop to listen to changes in the selected items and update the prop accordingly.
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Press Enter to start editing
Track item selection change
Use the onItemSelectionToggle
prop if you want to react to an item selection change:
No item selection recorded
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Press Enter to start editing
API
See the documentation below for a complete reference to all of the props and classes available to the components mentioned here.