Add option back for 100 row per table page
This commit is contained in:
parent
7cbe397c88
commit
12ea7602a2
|
|
@ -293,6 +293,7 @@ class _EntityListState extends State<EntityList> {
|
|||
10,
|
||||
25,
|
||||
50,
|
||||
100,
|
||||
],
|
||||
onRowsPerPageChanged: (value) {
|
||||
store.dispatch(UpdateUserPreferences(rowsPerPage: value));
|
||||
|
|
|
|||
Loading…
Reference in New Issue