How to create a subtable in an MD table in Angular Material 2?

I need to create a subtable (table or md-table, see picture) c md-table. I am using Angular 4.2.4 and Angular Material 2.0.0-beta.8. I could only put my table in a cell, but not in a row. I somehow played with him here (the example is based on an official example).

How can i solve this?

subtable

+4
source share
1 answer

Regarding the closed issue on GitHub, this is impossible now and does not plan to change it in the future.

+2
source

Source: https://habr.com/ru/post/1684291/


All Articles