The properties that will be passed to the RowRenderer component or function.
The cells in the current row
The regular react props.children. You must render {props.children} within your custom renderer or you won't see your cells.
The current row index
Generated using TypeDoc
The properties that will be passed to the RowRenderer component or function.