Accessing row data via RowClick
-
I am showing some item data with q-table. Showing is well but i want to pass item ID to vue router when i click on a row. How do i reach every row data?
-
Did you see this section https://quasar-framework.org/components/datatable.html#Custom-rows of doc ? I believe it can help : )