Optional
ComponentComponent to render to denote row selection
Optional
autoReset row-selection when data changes.
true
Optional
disableDisable row selection.
false
Optional
initialInitial settings of row-select.
{ selectedRowIds: { [rowId]: boolean } }
Optional
manualKey is found on the original data row, and it is true, this row will be manually selected.
'isSelected'
Optional
onCallback executed when rows are selected or deselected. The function must be wrapped in useCallback hook.
Optional
selectAllow sub-rows to be selected.
false
Generated using TypeDoc
Type interface for RowSelect options.