GridCustomRowProps
The properties of the default Grid Row.
| Name | Type | Default | Description |
|---|---|---|---|
isAltRow |
|
Indicates whether the row is an alternating row. | |
isHidden |
|
Indicates if the row is hidden. The hidden row is rendered above the
visible area of the Grid. Occurs when the Grid uses virtualization and
the row is on the current page. When | |
isPinned? |
|
Indicates if the row exists in one of the pinned row arrays. | |
isSelected |
|
Indicates if the row is selected. | |
item |
|
The | |
key? |
|
The 'key' prop that may be applied to the row. | |
onClick |
|
The event that is fired when the row is clicked. | |
render? |
|
The method for rendering the cell. | |
rowHeight? |
|
The row height. Configuring | |
rows? |
|
Sets a set of rows components that the Grid will render instead of the built-in row. | |
rowType |
|
The type of the row. | |
selectedField? |
|
The name of the field which will provide a Boolean representation of the selected state of the item. | |
trProps? |
|
The props and attributes that are applied to the tr element by default. |