Greetings,
I am having data of 3 rows(Original data) and 2 blank rows,
So i am willing to edit the top 3 rows and can add new rows below the existing rows or in between the 3 rows(Original data).
But is their any way to, not to remove the top 3 rows which should be editable only, these rows has to be present even if i add the rows in bottom or in between of these 3 rows.
I tried using: allowRemoveRow: false, but its getting applied to whole Handsontable,
How can we manage the original data so this should not to be removed, but can be editable?
Thank you