[Vuejs]-Vuetify – strict datatable custom filter

0👍

Turns out using the search and custom filter of the data table was the wrong way about it as they’re too restricted. I just linked the datatable to a separate array which I filter myself when selecting an option in the v-select.

Leave a comment