TreeItemProps
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| columns | ||
| data | T | |
| index | number | |
| item | I | |
| CellComponent | React.FC<Omit<TableBodyCellProps<T, I>, data>> | |
| className | string | |
| className | string | |
| ItemContentComponent | FC<ListItemProps<T, I>> | |
| multiple | boolean | |
| onClick | ||
| onCollapse | ||
| onCollapsed | ||
| onCollapsing | ||
| onExpand | ||
| onExpanded | ||
| onExpanding | ||
| onMouseEnter | ListItemHandler<T, I> | |
| onMouseLeave | ListItemHandler<T, I> |