Add option back for 100 row per table page

This commit is contained in:
Hillel Coren 2022-07-03 16:41:51 +03:00
parent 7cbe397c88
commit 12ea7602a2
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ class _EntityListState extends State<EntityList> {
10,
25,
50,
100,
],
onRowsPerPageChanged: (value) {
store.dispatch(UpdateUserPreferences(rowsPerPage: value));