How can I add action buttons to table (q-table)?
-
I need to add a delete button, but there are not examples on official documentation (https://quasar.dev/vue-components/table). also I can’t find any tutorial on how to do this.
-
https://codepen.io/ontwikkelfabriek/pen/jOqJYyj
There’s a example with body-slots. I used that example to add custom content in cell’s. Instead of badges I added buttons in the first column.
-