TreeListCellProps
Represents the props of the TreeListCell component.
Name | Type | Default | Description |
---|---|---|---|
ariaColumnIndex |
|
The index to be applied to the | |
class? |
|
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 dataItem of the cell. | |
expandable? |
|
If set to | |
expanded? |
|
The expanded state of the cell. | |
field |
|
The field of the cell. | |
focusInputOnMount? |
|
If set to true will focus the first input inside the cell. | |
format? |
|
The format of the cell. | |
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. |