Module in React Treegrid component

16 Sep 20232 minutes to read

The following modules should be injected to extend treegrid’s functionality.

Module Description
PageService Inject this module to use paging feature.
SortService Inject this module to use sorting feature.
FilterService Inject this module to use filtering feature.
EditService Inject this module to use editing feature.
AggregateService Inject this module to use aggregate feature.
ColumnMenuService Inject this module to use column menu feature.
CommandColumnService Inject this module to use command column feature.
ContextMenuService Inject this module to use context menu feature.
ResizeService Inject this module to use resize feature.
ReorderService Inject this module to use reorder feature.
PrintService Inject this module to use to use print feature and this is a default injected module.
ToolbarService Inject this module to use toolbar feature.
ExcelExportService Inject this module to use Excel export feature.
PdfExportService Inject this module to use PDF export feature.

These modules should be injected into the treegrid using the Inject directive.

You can refer to our React Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our React Tree Grid example to knows how to present and manipulate data.