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!
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!