Pass data as props to `hot-renderer` and `hot-editor` in Vue

Tags: #<Tag:0x00007f8b1ccfc0c0>

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

Hi @johnverde

I guess that an example of the desired outcome would help.

We have a pretty complex tutorial on a cell editor here https://handsontable.com/docs/8.2.0/tutorial-cell-editor.html but if there’s anything missing I’ll do my best to help.