Lost Keys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user