Module in Vue Treegrid component
20 Mar 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. |
These modules should be injected into the provide
section and use treegrid
as a key of the object.