Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 8a5fc1aa authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

[EDELIVERY-13955] Document-edit: limit to max 20 rows per page

......@@ -56,7 +56,7 @@
</tr>
</table>
</div>
<mat-paginator [pageSizeOptions]="[5, 10, 25, 100]" showFirstLastButtons
<mat-paginator [pageSizeOptions]="[5, 10, 15, 20]" showFirstLastButtons
[pageSize]="10" [length]="eventDataSource.data?.length"
attr.aria-label="{{ 'document.events.panel.label.select.page' | translate }}"></mat-paginator>
......
......@@ -64,7 +64,7 @@
</tr>
</table>
</div>
<mat-paginator [pageSizeOptions]="[5, 10, 25, 100]" showFirstLastButtons
<mat-paginator [pageSizeOptions]="[5, 10, 15, 20]" showFirstLastButtons
[pageSize]="10" [length]="propertyDataSource.data?.length"
attr.aria-label="{{ 'document.properties.panel.label.select.page' | translate }}"></mat-paginator>
......
......@@ -51,7 +51,7 @@
</tr>
</table>
</div>
<mat-paginator [pageSizeOptions]="[5, 10, 25, 100]" showFirstLastButtons
<mat-paginator [pageSizeOptions]="[5, 10, 15, 20]" showFirstLastButtons
[pageSize]="10" [length]="versionDataSource.data?.length"
attr.aria-label="{{ 'document.versions.panel.label.select.page' | translate }}"></mat-paginator>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment