Hi Team,
I am using Handsontable in angular. I am facing the below issues in Nested Rows.
Issue 1:
After UpdateSettings, all the nested rows are automatically getting expanded and not maintaining the state.
Issue 2:
If we manually remove a nested row and its children and perform Update Settings, i am facing issue in hasChildren in which the paramater passed is coming as undefined as below.
function hasChildren(row) {
}
in the above library function row is coming as undefined if we remove a nested row and updateSettings. is there any way to overide the hasChildren function adn pass only correct values.
Regards,
Vijay V