Nested rows - call function on parent row expanding clicked

Tags: #<Tag:0x00007f8b1d4411a0>

Hi,
Is there any way to call method on nester rows parent ‘+’ sign clicked?

Hi @milan.mijailovic

I’m not sure what you mean. Can you share a draft?

Hi @aleksandra_budnik,

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.

Hi @milan.mijailovic

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).

Ht @aleksandra_budnik,

I Have found a way by using ‘afterUntrimRow’ of handsontable.

Thanks for your help

Good to know. Thanks for an update @milan.mijailovic

Welcome @aleksandra_budnik.

Thanks for your help :slight_smile: