TreeListColumnProps
The props of the columns of the TreeList component.
Name | Type | Default | Description |
---|---|---|---|
cell? |
|
Defines the component that will be rendered as a cell. If not set, a | |
children? |
|
A collection of child columns. | |
className? |
|
Sets the custom CSS classes to the column cells. | |
columnMenu? |
|
The column menu component. Pass the ColumnMenuTextColumn, ColumnMenuNumericColumn, ColumnMenuDateColumn, ColumnMenuBooleanColumn or a custom component base on the type of the column data. | |
editCell? |
|
Defines the component that will be rendered as an edit cell. | |
expandable? |
|
If set to | |
field? |
|
The field to which the column is bound. | |
filter? |
|
Deprecated. Use | |
filterCell? |
|
Defines the component that will be rendered as a filter cell. | |
format? |
|
The format that is applied to the value before it is displayed.
Takes the | |
headerCell? |
|
Defines the component that will be rendered as a header cell.
If not set, a | |
headerClassName? |
|
Sets the custom CSS classes to the column header cell. | |
headerSelectionValue? |
|
Defines if the header selection checkbox is checked. | |
id? |
|
The column identifier used to distinguish columns for example in multi column header scenarios with resize and keyboard navigation.
Also used for unique key for rendering the component cells.
If not set, the component will generate unique | |
locked? |
|
Defines if the column is locked (frozen or sticky).
Locked columns are the columns that are visible at all times while the user scrolls the component horizontally.
Defaults to | |
minResizableWidth? |
|
The width of the column (in pixels) below which the user is not able to resize the column through the UI. Defaults to | |
orderIndex? |
|
Determinates the position of the column.
Columns with smaller | |
reorderable? |
|
Indicates whether the column is reorderable. | |
resizable? |
|
Indicates whether the column is resizable. | |
sortable? |
|
Allows the column headers to be clicked and the | |
title? |
|
The title of the column. | |
width? |
|
The width of the column (in pixels). |