Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
my situation: I have multiple tabs, one with the
spreadsheet component, all tabs interact with each other. I want, that
when switching away from the spreadsheet and then coming back, to see
the table as I filled it before.
My idea to behave as needed is to saveAsJson (which I do anyway) on actionEnd in state
spreadsheetRef.current?.openFromJson({file: test.jsonObject})
Technically the data is there, but it renders the table twice. One linked with the other somehow.
If I click on the top, it changes range of the botttom. But typing is done on top, which then will be shown at the bottom again.
See attatched image.
Thank you in advance.