RowSelectableParams

Configures row selectability and checkbox visibility for a single row. Returned by the isRowSelectable callback on GridProps.

Props

The following table outlines the props for the RowSelectableParams:

NameTypeDefaultDescription
selectable
boolean
true

Specifies whether the row can be selected.

showDisabledCheckboxes
boolean
true

Controls whether a disabled checkbox is rendered for non-selectable rows.