Hi,
I am encountering an intermittent issue when doing loadData() where a spare row is added somewhere in the middle of the rows.
The row highlighted in yellow is the added spare row. It occurs intermittently.
Can you please help? Thanks!
Hi,
I am encountering an intermittent issue when doing loadData() where a spare row is added somewhere in the middle of the rows.
The row highlighted in yellow is the added spare row. It occurs intermittently.
Can you please help? Thanks!
Hi @eabardies
Do you use the latest version of Handsontable? Here https://github.com/handsontable/handsontable/issues?q=is%3Aissue+loadData+label%3A"Core%3A+spare+rows%2Fcolumns"+is%3Aclosed the first two issues are related to corrupted data and extra rows using minSpareRows
. But both are already fixed in version 8.0.0
If that issues still occurs in versions after 8.0.0. please share a demo where it can be replicable.
Upon checking, weโre currently using the below versions:
Right now, I did a workaround using hot.alter(), weโll try to ask if we can use the latest version to fix this issue.
Thanks!