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.