debabratapatra / angular-tree-grid

Angular 10 Tree Grid
https://curiouslinks.com/pages/angular-tree-grid/demo
MIT License
31 stars 17 forks source link

expandRow function doesnt behave the same as (expand) event emitter #13

Closed samyajithm closed 5 years ago

samyajithm commented 5 years ago

When clicked on expand icon from the view -> it triggers event emitter (expand) and it waits for the dynamic children to load and there is a loading symbol in expand icon.

When the expandRow function is called from ts -> it triggers event emitter (expand) but it doesn't wait for the dynamic children to load and there is no loading symbol shown in expand icon.

Annotation 2019-09-27 181638

debabratapatra commented 5 years ago

@samyajithm thanks for posting this bug. It is fixed in 2.7.1 version. Let me know if it works.