Module in Angular Grid component
17 May 20243 minutes to read
The following value providers should be injected to extend grid’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. |
GroupService |
Inject this module to use grouping feature |
EditService |
Inject this module is use editing feature. |
AggregateService |
Inject this module to use aggregate feature. |
ColumnChooserService |
Inject this module to use column chooser 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. |
DetailRowService |
Inject this module to use detail template feature. |
ForeignKeyService |
Inject this module to use foreign key feature. |
FreezeService |
Inject this module to use frozen rows and columns feature. |
ResizeService |
Inject this module to use resize feature. |
ReorderService |
Inject this module to use reorder feature. |
RowDDService |
Inject this module to use row drag and drop feature. |
SearchService |
Inject this module to use search feature and this is a default injected module. |
SelectionService |
Inject this module to use selection feature and this is a default injected module. |
ScrollService |
Inject this module to use scrolling feature and this is a default injected module. |
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. |
VirtualScrollService |
Inject this module to use virtual scroll 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 providers section of root NgModule or component class.