CellProps
Name | Type | Default | Description |
---|---|---|---|
ariaColumnIndex |
|
The index to be applied to the | |
className? |
|
The custom CSS classes of the cells. | |
colSpan? |
|
The column span of the cell. | |
dataItem |
|
The data item which corresponds to the current row. | |
expanded? |
|
The expanded value of the cell. | |
field? |
|
The field to which the cell is bound. | |
format? |
|
The format that is applied to the value before the value is displayed.
Takes the | |
isAlt? |
|
Indicates if the cell is alt. | |
isSelected |
|
Indicates if the cell is selected. | |
isSorted? |
|
Indicates if the cell is sorted. | |
onChange? |
|
The event that is fired when the cell value is changed. | |
render? |
|
A function for overriding the default rendering of the cell. | |
selectionChange? |
|
The event that is fired when the cell is selected. | |
style? |
|
The styles for the cell. |