I am using Angular Mat-Table and have created a table with expandable rows just like the one below in Angular 8:
https://stackblitz.com/angular/qykjaloknex?file=app%2Ftable-expandable-rows-example.ts
I wanted to know if there was a way that I can create an expand all button that will expand every single row at one time instead of having to click on each row at a time to expand it.
Thank you!