How to re-render icons inside a row in q-table from a method
-
I have a q-table column that renders a custom template inside its td using v-runtime-template to handle custom html elements.
I want to change the elements through an event. As of now I can successfully change the template elements but q-table does not re-render it. How can I achieve this? -
@chuckie_coco bind a key on that element and change it.
-
@metalsadman Thank you Sir, I will try that.