Refactor facet autocomplete
Compare changes
- Remi PLANEL authored
+ 64
− 4
const facets: Ref<string[]> = ref(["title", "Sensor", "Effector", "Activator", "PFAM.AC", "PFAM.DE"])
@@ -16,7 +77,6 @@ const headers: Ref<Object[]> = ref([
@@ -16,7 +77,6 @@ const headers: Ref<Object[]> = ref([
@@ -34,7 +94,7 @@ const columnsToDownload = ref(['title', 'doi', 'Sensor', 'Activator', 'Effector'
@@ -34,7 +94,7 @@ const columnsToDownload = ref(['title', 'doi', 'Sensor', 'Activator', 'Effector'