ColumnBaseProps
Name | Type | Default | Description |
---|---|---|---|
cell? |
|
Defines the component rendered as a cell. If not set, a | |
className? |
|
Sets custom CSS classes on the column cells. | |
field? |
|
Sets the data field that the column binds to. | |
format? |
|
Applies a format to the value before display.
Takes the | |
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. | |
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). |