Lost Keys

This commit is contained in:
Bastian Wagner
2025-01-03 13:39:47 +01:00
parent c8c2ee18cb
commit 92f0c10bd8
35 changed files with 569 additions and 42 deletions

View File

@@ -31,7 +31,7 @@ export class DashboardComponent {
cellRenderer: (data: any) => `${data.value?.firstName} ${data.value?.lastName}` }
],
pagination: true,
paginationPageSize: 10,
paginationPageSize: 50,
loading: true,
localeText: AG_GRID_LOCALE_DE,
loadingOverlayComponent: AgLoadingComponent