Using Handsontable with Vue, Pinia, and NestedRows

Tags: #<Tag:0x00007efc6a32d2d8> #<Tag:0x00007efc6a32d170>

Are there any examples of using Vue, Pinia, and NestedRows, correctly? I’m being forced to use markRaw in order to prevent errors. Using markRaw makes the store data property lose it’s reactivity. This can be demonstrated here:

Doesn’t add data and render Handsontable when clicking ‘Add Row’ button.

Adds data and renders Handsontable when clicking ‘Add Row’ button.

If this an issue with NestedRows?

Hi @timeflys54321

Unfortunately, currently we don’t have any examples with Pinia, so we are not able to help with this issue at the moment.