I am using HOT from Vue. I need to have a custom editor for some of my columns. How can I pass the relevant data to my custom component.
I have seen this which solves some of my questions. It has this example: https://codesandbox.io/s/little-microservice-50cfo?file=/src/App.vue
The problem is that props here are static and I don’t see any reference to the data itself. Is there a way to achieve this?
I hope my question is clear enough. Otherwise, please let me know and I’ll expand on it.
Thank you