Is there any news about nested rows?
Regards,
João Batista Fulgêncio.
Is there any news about nested rows?
Regards,
João Batista Fulgêncio.
Can you share more details? NestedRows feature is online since v 1.7.0. (and it’s still in an alpha version)
docs: https://docs.handsontable.com/pro/1.7.4/demo-nested-rows.html
When I add the attribute nestedRows, I get this error:
Uncaught TypeError: Cannot read property ‘length’ of undefined
are you using it the same as in this example: http://jsfiddle.net/qLttLdf7/?
You need to add nestedRows: true
to your grid settings and pass a nested object via data
option
If you would have problems solving this issue please share your code via JSFiddle
I have a similar issue. I get this error: Uncaught TypeError: Cannot read property ‘__children’ of undefined, when removing all rows with ‘alter’ and then adding one new row with children:
http://jsfiddle.net/6qhtp77q/
The example is based on http://jsfiddle.net/qLttLdf7/ with a button that executes removal and addition.
Thank you @marco.petris @joao.fulgencio
I will investigate this issue more and let you know tomorrow.
Hi @marco.petris
sorry for a late reply. I couldn’t find any important information regarding this issue.