react-bs-datatable / components/DatatableWrapper / TableCheckboxParameters
components/DatatableWrapper.TableCheckboxParameters
This is the additional parameters for the filter function. Only applicable for uncontrolled table mode.
• Optional initialState: Record<string, CheckboxState>
The initial states for the table.
components/DatatableWrapper.tsx:145
• Optional onCheckboxChange: CheckboxOnChange
Change event for the checkboxes state.