Search code examples
vue.jsvuejs2quasar

Quasar Intersection search and filter


I am trying to create a filter/search possibility for a QIntersection in Quasar. Preferably in the same style as a QTable, where it searches through an entire JSON.

My goal is to use a v-for loop over a JSON to create all intersection items, with a QSelect that gives the possibility for searching and filtering.

Anyone suggestions on how to approach this the best?


Solution

  • @Matthias S thanks your suggestion works perfectly.