How can I help you?
Module in Vue Gantt Chart component
3 Feb 20262 minutes to read
The modules that are available in Gantt are as follows.
| Module | Description |
|---|---|
| Sort | Inject this module to use sorting feature. |
| Filter | Inject this module to use filtering feature. |
Reorder |
Inject this module to use reorder feature. |
ExcelExport |
Inject this module to use excel export feature. |
PdfExport |
Inject this module to use PDF export feature. |
| RowDD | Inject this module to use row drag and drop feature. |
Resize |
Inject this module to use resize feature. |
| Toolbar | Inject this module to use toolbar feature. |
| Edit | Inject this module is use editing feature. |
| Selection | Inject this module to use selection feature. |
| DayMarkers | Inject this module to use event markers. |
| ContextMenu | Inject this module to use context menu feature. |
ColumnMenu |
Inject this module to use column menu feature. |
VirtualScroll |
Inject this module to use virtual scroll feature. |
CriticalPath |
Inject this module to use critical path feature. |
These modules should be injected into the Gantt using the Gantt.Inject method.