default sort

main
Manuel Tauber 2024-06-04 12:59:42 +02:00
parent f603a5ff1b
commit 40d3e063df
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ export class NttGanttComponent implements OnInit {
'sliceEnd': this.sliceEnd,
filter: this.filterEnabled ? this.filters : { filterElement: [{ column: "SupportGroup", filter: "equals", criteria: [this.userSupportGroup] }] },
sort: this.sortEnabled ? this.sort : {
'column': 'ChangeNr',
'column': 'D2',
'mode': 'asc'
},
}