CellProps
Name | Type | Default | Description |
---|---|---|---|
ariaColumnIndex |
|
The index applied to the | |
className? |
|
Custom CSS classes for the cell. | |
colSpan? |
|
The column span of the cell. | |
dataItem |
|
The data item for the current row. | |
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 | |
isAlt? |
|
Indicates if the cell is alt. | |
isSelected |
|
Indicates if the cell is selected. | |
isSorted? |
|
Indicates if the cell is sorted. | |
onChange? |
|
Fires when the cell value changes. | |
render? |
|
Overrides the default cell rendering. | |
selectionChange? |
|
Fires when the cell is selected. | |
style? |
|
Inline styles for the cell. |