TreeListCellPropsPremium
Represents the props of the TreeListCell component.
| Name | Type | Default | Description | 
|---|---|---|---|
| ariaColumnIndex | 
 | The index applied to the  | |
| className? | 
 | Custom CSS classes for the cell. | |
| colIndex | 
 | The index of the column. Useful for applying  | |
| colSpan? | 
 | The column span of the cell. | |
| dataItem | 
 | The data item for the current row. | |
| expandable? | 
 | If set to  | |
| expanded? | 
 | Indicates if the cell is expanded. | |
| field? | 
 | The data field that the cell binds to. | |
| format? | 
 | The format applied to the value before display.
Takes the  | |
| hasChildren? | 
 | Indicates that the data item of the cell has subitems. | |
| isAlt? | 
 | Indicates if the cell is alt. | |
| isSelected | 
 | Indicates if the cell is selected. | |
| isSorted? | 
 | Indicates if the cell is sorted. | |
| 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? | 
 | Fires when the cell is selected. | |
| style? | 
 | Inline styles for the cell. |