Replies: 1 comment
-
Hello. You have to put only one array of data in spreadsheet component. So when you change data in spreadsheet component you have to change only that array index in state. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I use several data tables with this react module, like this:
data = [ [...arrays], [...arrays...] ]
then I use a useState on this data, then a loop to launch the different spreadsheets
Only, it seems that the OnChange doesn't work when it comes to handling multiple tables and I don't know what modification I need to make so that it can handle this situation.
If someone could enlighten me, I would be grateful!
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions