GanttCellProps
Represents the props of the GanttCell component.
Name | Type | Default | Description |
---|---|---|---|
ariaColumnIndex |
|
The index to be applied to the | |
className? |
|
The custom CSS classes of the cells. | |
colIndex |
|
The index of the column. Useful for applying | |
colSpan? |
|
The column span of the cell. | |
dataItem |
|
The data item which corresponds to the current row. | |
expandable? |
|
If set to | |
expanded? |
|
The expanded value of the cell. | |
field? |
|
The field to which the cell is bound. | |
format? |
|
The format that is applied to the value before the value is displayed.
Takes the | |
hasChildren? |
|
Indicates that the data item of the cell has subitems. | |
isSelected |
|
Indicates if the cell is selected. | |
level |
|
An array of indexes of each parent and current item in the data tree. | |
onChange? |
|
The event that is fired when the cell value is changed. | |
onExpandChange |
|
The event that is fired when the expand or collapse icon of the cell is clicked. | |
render? |
|
A function for overriding the default rendering of the cell. | |
selectionChange? |
|
The event that is fired when the cell is selected. | |
style? |
|
The styles for the cell. |