How to render (or create) component instance in table cell
How to render (or create) component instance in table cell
chismxna
Posts: 2Questions: 1Answers: 0
I defined a Vue3 component "mylabel", which including some props, Now I want display some "mylabel" instances in a table cell. How can i do it?
Answers
And i tried columns.render and columns.createdCell functions, both are not worked. I think maybe I write wrong code in the functions. Can anyone help me?
My createdCell function like below: