react-bs-datatable / helpers/types / CheckboxState
helpers/types.CheckboxState
The checkbox used as a value of the record used in the states.
• selected: Set<string>
A Set type containing strings inferred from the
header.checkbox.idProp field. These are always unique, as is
the behavior of the Set type.
• state: "none-selected" | "some-selected" | "all-selected"
The checkbox states. This is useful to determine the "Select all" and
"Deselect all", as well as the table header's indeterminate state.