Hello,
It’s possible to add some custom attributes/listeners to a hot-column component?
Here is an ‘advanced implementation’ from handsontable team Example.
For example, on saveRating - to emit an event to parent component…
Thanks.
Hello,
It’s possible to add some custom attributes/listeners to a hot-column component?
Here is an ‘advanced implementation’ from handsontable team Example.
For example, on saveRating - to emit an event to parent component…
Thanks.
Hi @Vadim,
If you would like to track changes from the renderer
or editor
component, you can use a mix of setDataAtCell
and afterChange
using the source
argument.
Here is a modified example: https://codesandbox.io/s/advanced-vue-hot-column-implementation-722-411-forked-4c4r3?file=/src/App.vue