Resolve "Wizzard to create db filters"
Compare changes
+ 127
− 43
@@ -3,8 +3,6 @@
@@ -20,10 +18,16 @@ export interface Props {
@@ -39,10 +43,11 @@ const facetsRef = toRef(() => props.facets)
@@ -53,8 +58,34 @@ const computedTableHeight = computed(() => {
@@ -68,21 +99,6 @@ const msSortBy = computed(() => {
@@ -91,7 +107,7 @@ const reactiveParams = reactive({
@@ -115,7 +131,8 @@ const msError = computed(() => {
@@ -132,31 +149,62 @@ function clearFilterOrSearch() {
@@ -167,55 +215,91 @@ const autocompleteItems = computed(() => {