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

Implement #25 - Expand/hide all button #44

Open Stromwerk opened 4 years ago

Stromwerk commented 4 years ago

This commit adds functionality to expand and hide all entries in the table. This is achieved by adding a button in the header of the table, which triggers the toggleAll() function. A helper function is added to check if all elements are visible, so the icon of the button can be changed accordingly.

long20014 commented 4 years ago

When this function will be release ?