default pagination von tabellen auf 50
This commit is contained in:
parent
c8d83dc542
commit
ebbd9d67ba
@ -28,7 +28,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
->persistFiltersInSession()
|
||||
->persistSearchInSession()
|
||||
->persistSortInSession()
|
||||
->selectable();
|
||||
->selectable()
|
||||
->defaultPaginationPageOption(50);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user