default sort
parent
f603a5ff1b
commit
40d3e063df
|
|
@ -599,7 +599,7 @@ export class NttGanttComponent implements OnInit {
|
||||||
'sliceEnd': this.sliceEnd,
|
'sliceEnd': this.sliceEnd,
|
||||||
filter: this.filterEnabled ? this.filters : { filterElement: [{ column: "SupportGroup", filter: "equals", criteria: [this.userSupportGroup] }] },
|
filter: this.filterEnabled ? this.filters : { filterElement: [{ column: "SupportGroup", filter: "equals", criteria: [this.userSupportGroup] }] },
|
||||||
sort: this.sortEnabled ? this.sort : {
|
sort: this.sortEnabled ? this.sort : {
|
||||||
'column': 'ChangeNr',
|
'column': 'D2',
|
||||||
'mode': 'asc'
|
'mode': 'asc'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue