I was trying to create a mat-table
grid which allows expanding multiple rows on clicking of the rows.
Currently what I have allows only 1 row to expanded at once, when I click on the second row the first rows gets collapsed. Is it possible to expand multiple rows at a time without collapsing other?
I tried with [multiple] keywords but that didn't help.
StackBlitz Link for a single row expansion