-1

The Search functionality would also search for a result in any tab data table(each tab contains vuetify data table), not just the tab you are on.

1 Answers1

0

just bind the search in the data table to the text-field model that u use for search. It worked for me

v-tab1 -> bind the data table here to the searchModel v-tab2 -> bind the data table here to the searchModel

searchModel:''

Ananda Vj
  • 172
  • 10