How to build clickable cell in q-table
-
I need to create a grid with data with clickable row. like view detalis
-
Take a look here: https://quasar.dev/vue-components/table#Expanding-rows and https://quasar.dev/vue-components/table#Example--External-expansion-model is that what you mean?
And there is also an event calledrow-click
that you can use.