Manuel Tauber 2024-03-21 14:46:41 +01:00
parent e8f5ead857
commit 18e140deef
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "13mb"
"maximumError": "15mb"
},
{
"type": "anyComponentStyle",

View File

@ -182,7 +182,7 @@
class="demo-paginator"
(page)="handlePageEvent($event)"
[length]="this.dataService.getTotalSize()"
[pageSize]="20"
[pageSize]="100"
[disabled]="false"
[showFirstLastButtons]="true"
[pageSizeOptions]="[10, 20, 50, 70, 100, 200, 500]"