@trudb/tru-common-lib 0.1.962 → 0.1.963
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6084,7 +6084,7 @@ class TruDataGridHeaderFilter {
|
|
|
6084
6084
|
this.filterParams.filterChangedCallback();
|
|
6085
6085
|
}
|
|
6086
6086
|
onSortSelection = (changeEvent) => {
|
|
6087
|
-
this.filterParams.colDef.headerComponentParams.setSort(changeEvent.options[0].value, false);
|
|
6087
|
+
this.filterParams.colDef.headerComponentParams.setSort(changeEvent.options[0].value.value, false);
|
|
6088
6088
|
};
|
|
6089
6089
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridHeaderFilter, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6090
6090
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.3", type: TruDataGridHeaderFilter, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|