Optional
autoReset row-state when data changes.
true
Optional
disableDisable row-state management table.
false
Optional
getOptional
initialThis function should return the initial state for a cell.
Optional
initialThis function should return the initial state for a row.
Optional
initialInitial settings of row-select.
{ rowState: { [rowId]: { cellState: { [columnId]: {} } } } }
Optional
onCallback executed when rows are selected or deselected. The function must be wrapped in useCallback hook.
Generated using TypeDoc
Type interface for RowState options.