DCCS-IT-Business-Solutions / react-datagrid-plain

A light datagrid build upon react-table-plain for React.
MIT License
0 stars 6 forks source link

Datagrid ignores 'initRowsPerPage' property #2

Open mariotebest opened 5 years ago

mariotebest commented 5 years ago

My datagrid is configured as follows:

<DataGridPlain {...datagridMuiTheme} initRowsPerPage={5} ...

The datagrid is still requesting 10 items per page:

image

stephanmeissner commented 5 years ago

Fixed in 2.0.0-alpha.1 But the list of possible rows per page values is not configurable right now. will fix this.