Modules in Angular Treegrid component
31 Aug 20232 minutes to read
The following value providers 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. |
RowDDService |
Inject this module to use Indent feature. |
These modules should be injected into the providers
section of root NgModule
or component class.
You can get the data module by using the
getDataModule
method in tree grid.
You can refer to our
Angular Tree Grid
feature tour page for its groundbreaking feature representations. You can also explore ourAngular Tree Grid example
to knows how to present and manipulate data.