Resolve "Wizzard to create db filters"
Compare changes
- Remi PLANEL authored
+ 45
− 28
@@ -43,6 +43,7 @@ const filterOrSearch: Ref<FilterItem[] | string | null> = ref(null)
@@ -54,7 +55,7 @@ const computedTableHeight = computed(() => {
@@ -68,21 +69,23 @@ const msSortBy = computed(() => {
@@ -132,16 +135,35 @@ function clearFilterOrSearch() {
@@ -149,7 +171,6 @@ const operatorItems = ref([
@@ -167,20 +188,24 @@ const autocompleteItems = computed(() => {
@@ -193,9 +218,6 @@ function clearSearch() {
@@ -206,11 +228,6 @@ function clearSearch() {