Open mariotebest opened 5 years ago
My datagrid is configured as follows:
<DataGridPlain {...datagridMuiTheme} initRowsPerPage={5} ...
The datagrid is still requesting 10 items per page:
Fixed in 2.0.0-alpha.1 But the list of possible rows per page values is not configurable right now. will fix this.
My datagrid is configured as follows:
<DataGridPlain {...datagridMuiTheme} initRowsPerPage={5} ...
The datagrid is still requesting 10 items per page: