Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
small fix
  • Loading branch information
rodolfoIOET committed Jun 15, 2022
commit 4ff7d1ecfbf8173973c01fddc98f348eb1cc35e8
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewIn
},
],
columnDefs: [{ type: 'date', targets: 2}],
order: [[1,'asc'],[2,'desc'],[5,'desc']]
order: [[1,'asc'],[2,'desc'],[4,'desc']]
};
dtTrigger: Subject<any> = new Subject();
@ViewChild(DataTableDirective, { static: false })
Expand Down