Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.23 KB

File metadata and controls

39 lines (21 loc) · 1.23 KB

react-bs-datatable / components/DatatableWrapper / TableCheckboxParameters

Interface: TableCheckboxParameters

components/DatatableWrapper.TableCheckboxParameters

This is the additional parameters for the filter function. Only applicable for uncontrolled table mode.

Table of contents

Properties

Properties

initialState

Optional initialState: Record<string, CheckboxState>

The initial states for the table.

Defined in

components/DatatableWrapper.tsx:145


onCheckboxChange

Optional onCheckboxChange: CheckboxOnChange

Change event for the checkboxes state.

Defined in

components/DatatableWrapper.tsx:147