Skip to content

Commit b851a61

Browse files
committed
fix: #420 add csv support for reports
1 parent 05865ce commit b851a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewIn
2121
buttons: [
2222
'colvis',
2323
'print',
24-
'excel'
24+
'excel',
25+
'csv'
2526
]
2627
};
2728

0 commit comments

Comments
 (0)