@dolusoft/vue3-datatable 1.8.56 → 1.8.57

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.
@@ -7140,6 +7140,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
7140
7140
  col.parsedFilterRules = void 0;
7141
7141
  }
7142
7142
  }
7143
+ currentSortColumn.value = "";
7144
+ currentSortDirection.value = "";
7143
7145
  updateHasAnyActiveFilter();
7144
7146
  filterChange();
7145
7147
  emit("clearAllFilters");
@@ -7139,6 +7139,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
7139
7139
  col.parsedFilterRules = void 0;
7140
7140
  }
7141
7141
  }
7142
+ currentSortColumn.value = "";
7143
+ currentSortDirection.value = "";
7142
7144
  updateHasAnyActiveFilter();
7143
7145
  filterChange();
7144
7146
  emit("clearAllFilters");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolusoft/vue3-datatable",
3
- "version": "1.8.56",
3
+ "version": "1.8.57",
4
4
  "description": "Vue3 Datatable - fully customizable & easy to use datatable library",
5
5
  "private": false,
6
6
  "type": "module",