Module in React Treegrid

9 Oct 20252 minutes to read

The following modules should be injected to extend TreeGrid functionality.

Module Description
Page Inject this module to enable paging.
Sort Inject this module to enable sorting.
Filter Inject this module to enable filtering.
Edit Inject this module to enable editing.
Aggregate Inject this module to enable aggregates.
ColumnChooser Inject to enable the column chooser feature.
ColumnMenu Inject this module to enable the column menu.
CommandColumn Inject this module to enable command columns.
ContextMenu Inject this module to enable the context menu.
Resize Inject this module to enable column resizing.
Reorder Inject this module to enable column reordering.
Print Inject this module to enable printing; this module is injected by default.
Toolbar Inject this module to enable the toolbar.
ExcelExport Inject this module to enable Excel export.
PdfExport Inject this module to enable PDF export.

Inject these modules into the TreeGrid using the Inject directive.

Refer to the React Tree Grid feature tour for highlights. Explore the React Tree Grid example to learn how to present and manipulate data.