https://handsontable.com/docs/7.0.3/demo-nested-rows.html
Is there any other way to make nested rows in handsontable apart from using __children property and nestedRows = true? This property is still not ready for production. Any help would be appreciated.
Hi @srikanth.venkata
we are working on a index mapper (src https://github.com/handsontable/handsontable/issues/5112) that will help us to support most of the features working together so I guess that we’ll be ready to remove the alpha version
label from nestedRows.
@aleksandra_budnik: Thanks a lot for your reply. Any idea by when the feature will be ready so that I can plan the development process accordingly?
It might take 2-3 months (as this is a Stage 2 of the project).
Thanks @aleksandra_budnik for the reply.
Hi @aleksandra_budnik,
Is there a way to have a custom event on the +/- button while using nestedRows and is it possible to use it without setting rowHeaders as true?
Thanks
rowHeaders are a necessity, when it comes to event I’ve just updated the second topic Click Event on parent - nestedRows