Hi,
Is there any way to call method on nester rows parent ‘+’ sign clicked?
I’m not sure what you mean. Can you share a draft?
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: Row parent-child - JavaScript Data Grid | Handsontable)
and if you mean loading a new set of children (that hasn’t been provided before), that you can use the ht_nestingButton
class - Handsontable example - JSFiddle - Code Playground 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
Good to know. Thanks for an update @milan.mijailovic
Welcome @aleksandra_budnik.
Thanks for your help