mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Readded column key as key parameter (#5960)
* Readded column key as key parameter * Fixed failing unit test
This commit is contained in:
@@ -702,7 +702,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
||||
}
|
||||
|
||||
onSortingChanged(event: CustomEvent) {
|
||||
this.orderBy = this.buildOrderByArray(event.detail.key, event.detail.direction);
|
||||
this.orderBy = this.buildOrderByArray(event.detail.sortingKey, event.detail.direction);
|
||||
this.reload();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user