From 882776a688adacb977541447644bfbbb251a290a Mon Sep 17 00:00:00 2001 From: JosueOb Date: Mon, 18 Oct 2021 13:03:34 -0500 Subject: [PATCH] refactor: TT-000 change in the range of report records --- .../time-entries-table/time-entries-table.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts index 4ce296087..d4d32b20a 100644 --- a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts +++ b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts @@ -18,6 +18,7 @@ export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewIn dtOptions: any = { scrollY: '590px', dom: 'Bfrtip', + pageLength: 30, buttons: [ { extend: 'colvis',