GridCellProps
Represents the props of the GridCell component (more information).
Name | Type | Default | Description |
---|---|---|---|
ariaColumnIndex |
|
The index to be applied to the | |
cells? |
|
Sets a set of cells components that the Grid will render instead of the built-in cell. | |
className? |
|
The custom CSS classes of the cells. | |
colSpan? |
|
The column span of the cell. | |
columnIndex? |
|
The index of the column in the rendered columns collection. | |
columnsCount? |
|
The number of rendered columns in the Grid. | |
dataIndex |
|
Zero-based index of the dataItem. | |
dataItem |
|
The data item which corresponds to the current row. | |
editor? |
|
The type of the editor which will be used when the cell is in edit mode. | |
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. | |
onContextMenu? |
|
The event that is fired when the ContextMenu is activated. | |
render? |
|
A function for overriding the default rendering of the cell. | |
rowType? |
|
The type of the row. | |
selectionChange? |
|
The event that is fired when the cell is selected. | |
style? |
|
The styles for the cell. |