Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.3 KB

File metadata and controls

43 lines (26 loc) · 1.3 KB

react-bs-datatable / components/BulkCheckboxControl

Module: components/BulkCheckboxControl

Table of contents

Interfaces

Functions

Functions

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.

Parameters

Name Type
__namedParameters BulkCheckboxControlProps

Returns

Element

Defined in

components/BulkCheckboxControl.tsx:40