[GH #2409 #5069] Checkbox with MinSpareRows

Tags: #<Tag:0x00007f8b2b0a0f38> #<Tag:0x00007f8b2b0a0df8>

I am having data where I want to show checkbox in column, but I also have minsparerows
This causes issue of having lot of minsparerows, since checkbox is having default value of false, and this causes handsontable to think that this is filled row and then table adds spare rows

Has anyone faced this issue?

Yes, this is a known problem. See the issues https://github.com/handsontable/handsontable/issues/2409 and https://github.com/handsontable/handsontable/issues/5069. Both issues have proposed workarounds with links to JSFiddle. Hope this helps.

I faced similar kind of issue last time, I am still searching for some proper solution Same issue still no fix to this.

Hi @danimuxti32 as my colleague mentioned, there are some proposed workarounds for the issue. Did none of them help?