The props that the Grid passes to the GridRow component when creating it. Accessible when passing a custom row to the rows
prop of the Grid.
number
The index to be applied to the aria-rowindex
attribute.
React.ReactNode
Determines the children nodes.
className?
string
Sets additional classes to the component.
dataIndex
number
The index of the leaf dataItem in data. Used by selection.
dataItem
any
The data
object that represents the current row.
string
Sets the id
property of the top div element of the component.
boolean
Indicates whether the row is an alternating row.
isHidden
boolean
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 rowHeight
is set, isHidden
is always true
.
boolean
Indicates whether the row has at least one edit cell.
isSelected
boolean
Indicates if the row is selected.
onClick
any
The event that is fired when the row is clicked.
onDoubleClick
any
The event that is fired when the row is double clicked.
rowHeight?
number
Sets the height of the row.
rows?
Sets a set of rows components that the Grid will render instead of the built-in row.
rowType
The type of the row.
style?
React.CSSProperties
Sets additional CSS styles to the component.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4