TreeListColumnPropsPremium
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 custom CSS classes on 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? |
|
Sets the data field that the column binds to. | |
filter? |
|
Deprecated. Use | |
filterCell? |
|
Defines the component that will be rendered as a filter cell. | |
format? |
|
Applies a format to the value before display.
Takes the | |
headerCell? |
|
Defines the component that will be rendered as a header cell.
If not set, a | |
headerClassName? |
|
Sets custom CSS classes on the header cell. | |
headerSelectionValue? |
|
Indicates that the header selection checkbox is checked when | |
id? |
|
Sets the column id for distinguishing columns (multi header, resize, or keyboard navigation scenarios). Also used as the unique key for rendering cells. If not set, a unique id is generated. | |
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? |
|
|
Sets the minimum resize width (in pixels). |
orderIndex? |
|
|
Determines the column position. Smaller |
reorderable? |
|
|
Enables column reordering when |
resizable? |
|
|
Enables column resizing when |
sortable? |
|
|
Enables header click to emit the |
title? |
|
Sets the column header text. | |
width? |
|
Sets the width of the column (in pixels). |