@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.
package/dist/vue3-datatable.cjs
CHANGED
|
@@ -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");
|
package/dist/vue3-datatable.js
CHANGED
|
@@ -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");
|