Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.02 KB

File metadata and controls

33 lines (19 loc) · 1.02 KB

react-bs-datatable / components/DatatableWrapper / TablePaginationOptionsParameters

Interface: TablePaginationOptionsParameters

components/DatatableWrapper.TablePaginationOptionsParameters

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

Table of contents

Properties

Properties

initialState

Optional initialState: Object

The initial states for the table.

Type declaration

Name Type Description
options number[] Rows per page options that will be shown in the dropdown.
rowsPerPage number Number of rows per page to be shown.

Defined in

components/DatatableWrapper.tsx:131