react-bs-datatable / components/BulkCheckboxControl
▸ BulkCheckboxControl(__namedParameters): Element
Renders a control for selection or deselection of all rows. This is only useful when pagination and checkbox are both enabled. When only some (or none) of the rows are checked, then this will render the number of checked rows, as well as the "Select all" button. On the other hand, when all rows are selected, then it will change to "Deselect all" button.
This is only fit for an uncontrolled table.
| Name | Type |
|---|---|
__namedParameters |
BulkCheckboxControlProps |
Element