ng-material-treetable icon indicating copy to clipboard operation
ng-material-treetable copied to clipboard

Refresh of data

Open ericlee1974 opened this issue 2 years ago • 0 comments

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<T>[] 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

ericlee1974 avatar Mar 15 '22 10:03 ericlee1974