hot.loadData() adds a spareRow in the middle intermittently

Tags: #<Tag:0x00007f8b2b1d5b10>

Hi,

I am encountering an intermittent issue when doing loadData() where a spare row is added somewhere in the middle of the rows.

image

The row highlighted in yellow is the added spare row. It occurs intermittently.

Can you please help? Thanks! :slight_smile:

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.

Hi @aleksandra_budnik,

Upon checking, weโ€™re currently using the below versions:

image

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

1 Like