Module in React Treegrid

8 Oct 20252 minutes to read

The following modules should be injected to extend TreeGrid functionality.

Module Description
PageService Inject this module to enable paging.
SortService Inject this module to enable sorting.
FilterService Inject this module to enable filtering.
EditService Inject this module to enable editing.
AggregateService Inject this module to enable aggregates.
ColumnMenuService Inject this module to enable the column menu.
CommandColumnService Inject this module to enable command columns.
ContextMenuService Inject this module to enable the context menu.
ResizeService Inject this module to enable column resizing.
ReorderService Inject this module to enable column reordering.
PrintService Inject this module to enable printing; this module is injected by default.
ToolbarService Inject this module to enable the toolbar.
ExcelExportService Inject this module to enable Excel export.
PdfExportService 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.