vue-table how to add sub components
I'm using vue-table and I'm struggling to see how I can pass custom components into the table cells like they do here in this react example https://tanstack.com/table/v8/docs/examples/react/sub-components
I basically want to have an action button in one of the cells. How do I manage that with vue3?
I basically want to have an action button in one of the cells. How do I manage that with vue3?
