mlrv / ng-material-treetable

Angular Material treetable component :deciduous_tree: :heart: ♻️
http://ng-material-treetable.surge.sh
MIT License
99 stars 64 forks source link

Refresh of data #58

Open ericlee1974 opened 2 years ago

ericlee1974 commented 2 years ago

I am trying to get this working in a component that is called from a set of search filters, which retrieves the data from a http call. The first call sets the Node[] and the table data is displayed, but on subsequent calls to the component, the data is refreshed, but the table does not reload the new data.

Is this achievable?

Edit - I can see some work has been done on this in Fix #24