Skip to content

Commit 801dcf9

Browse files
committed
fix: TT-343 add pagination in reports tab
1 parent 6b50b6c commit 801dcf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { getReportDataSource } from '../../../time-clock/store/entry.selectors';
1616
export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewInit {
1717
dtOptions: any = {
1818
scrollY: '590px',
19-
paging: false,
2019
dom: 'Bfrtip',
2120
buttons: [
2221
{

0 commit comments

Comments
 (0)