How would you make rows expandable in angular material tables? One requirement is that I need to be using the angular material table. I would also prefer to use the material
When CDK was the only way to get something close to a Material Table, using md-row's in a regular table was a viable alternative, but since @angular/material 2.0.0-beta.12 ditched CDK tables and now have their own Data Tables that might fit your needs. See documentation below:
https://material.angular.io/components/table/overview