Loading request...
Provide an example or documentation on how to use Vue 3 components as custom renderers, similar to the existing Vue 2 support.
I know we can use vue2 component as a custom renderer. https://handsontable.com/docs/javascript-data-grid/vue-hot-column/#declare-a-custom-renderer-as-a-component But what about vue3.I can't find example. https://handsontable.com/docs/javascript-data-grid/vue3-custom-renderer-example/ Thank you.