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

Input textbox to filter records? #30

Open cimays1 opened 5 years ago

cimays1 commented 5 years ago

Is there a way to have a search bar binded to the json node. I want to pull the whole hierarchy for the item it matches with

mlrv commented 5 years ago

Hi, I'm not sure I completely understand your question, isn't having access to the whole tree object enough for that?

cimays1 commented 5 years ago

The real question is how can I map the Node[] to a REST API only grabbing certain fields located in my interface

CharlieReitzel commented 4 years ago

@mlrv Another way to ask the question, I believe, is can you use a DataSource or other dynamic source of data with ng-material-treetable, similar to mat-table?