@porscheinformatik/material-addons 19.0.9 → 19.0.11
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.
|
@@ -2933,6 +2933,9 @@ class DataTableComponent {
|
|
|
2933
2933
|
if (this.persistenceConfig.persistFilter) {
|
|
2934
2934
|
this.initFilterState();
|
|
2935
2935
|
}
|
|
2936
|
+
if (!!this._filterValue && typeof this._filterValue !== 'string') {
|
|
2937
|
+
this.filter.updateFilterables(this._filterValue);
|
|
2938
|
+
}
|
|
2936
2939
|
if (this.persistenceConfig.persistPageSize) {
|
|
2937
2940
|
this.initPaginatorState();
|
|
2938
2941
|
}
|