Hi,
Is there any way to call method on nester rows parent ‘+’ sign clicked?
Nested rows - call function on parent row expanding clicked
Thanks for quick response.
I need to call a function when clicked on ‘+’ sign near the row number (’+’ that expands children of that row).
I want to load children after clicking on mentioned sign, just for parent that user clicks on.
the nestedRows plugin should already work this way
(src: https://docs.handsontable.com/pro/5.0.0/demo-nested-rows.html)
and if you mean loading a new set of children (that hasn’t been provided before), that you can use the ht_nestingButton
class - http://jsfiddle.net/mdhfs73g/ as we do not have any hooks for collapsing the rows (yet).
I Have found a way by using ‘afterUntrimRow’ of handsontable.
Thanks for your help