GanttColumnResizeEvent
Represents the object of the onColumnResize
Gantt event.
Name | Type | Default | Description |
---|---|---|---|
columns |
| The current columns collection. | |
end |
| Indicates that resizing is complete and the user has dropped the resize handler. | |
index |
| The index of the column. | |
nativeEvent |
| A native DOM event. | |
newWidth |
| The new width of the column. | |
oldWidth |
| The actual width of the column prior to resizing. | |
target |
| An event target. | |
totalWidth |
| The total width of the columns after the resizing. |