How can I help you?
Tool bar in React TreeGrid
13 Apr 20261 minute to read
The TreeGrid provides toolbar support to handle TreeGrid actions. The toolbar property accepts a collection of built-in toolbar items, ItemModel objects for custom items, or an HTML element ID for a toolbar template.
To use the toolbar, inject the Toolbar module into the TreeGrid.
Refer to the React TreeGrid feature tour page for highlights. Explore the React TreeGrid example to learn how to present and manipulate data.