@wizishop/angular-components 0.0.84 → 0.0.85
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.
- package/bundles/wizishop-angular-components.umd.js +1 -1
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/table.component.js +2 -2
- package/fesm2015/wizishop-angular-components.js +1 -1
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.85.tgz +0 -0
- package/wizishop-angular-components-0.0.84.tgz +0 -0
|
@@ -763,9 +763,9 @@
|
|
|
763
763
|
/* Handle routing filters */
|
|
764
764
|
if (this.tableRoutingName) {
|
|
765
765
|
this._filterGroup = this.filtersTableService.getTableFilterGroup(this.tableRoutingName);
|
|
766
|
+
this.setTablesFilters();
|
|
766
767
|
// Performe initial fetch data
|
|
767
768
|
this._filterGroup.valuesChange$.next([]);
|
|
768
|
-
this.setTablesFilters();
|
|
769
769
|
// Listen to filters changes with debounced time to limit multiple api calls
|
|
770
770
|
this.filterGroupChangeSub = this._filterGroup.valuesChange$.subscribe(function (filters) {
|
|
771
771
|
_this.setTablesFilters();
|