Simple Tree View - Expansion
Learn how to handle expanding and collapsing Tree View items.
Controlled expansion
Use the expandedNodes
prop to control the expanded items.
You can also use the onExpandedNodesChange
prop to listen to changes in the expanded items and update the prop accordingly.
- Data Grid
- Date and Time Pickers
- Charts
- Tree View
Track node expansion change
Use the onNodeExpansionToggle
prop to trigger an action upon a node being expanded.
No action recorded
- Data Grid
- Date and Time Pickers
- Charts
- Tree View