mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACA-4013] - fixed sorting for document list - size (#6240)
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
This commit is contained in:
@@ -706,7 +706,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
|||||||
}
|
}
|
||||||
|
|
||||||
onSortingChanged(event: CustomEvent) {
|
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();
|
this.reload();
|
||||||
this.sortingSubject.next([this.additionalSorting, event.detail]);
|
this.sortingSubject.next([this.additionalSorting, event.detail]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user