How to create action button in the last row of q-table when using server side pagination q-table
-
I want to add ‘update’ and ‘delete’ button at the last column, how can i achieve that?
Also, the column with field ‘special_rewards_attributes’ is an array of object, how can i put a button for that particular column that will pop up a modal to show the objects? -
-
@metalsadman Okay it worked!! Thank you