Question, feature request, or proposal:
Is there any way to create nested md-table inside md-table?
Maybe somehow by customizing md-row?
I was not able to find any such example.
Which versions of Angular, Material?
I use Angular 4.2.4 and Angular Material 2.0.0-beta.8.
What is the expected behavior?
To achieve something similar to this:
Due to the way it's built, it's impossible to put one table inside of another. We have no plans to ever change this.
@jelbourn Do you have any pointers to somebody willing to extend tables to accomplish this?
Unfortunately the mechanics of the table makes assumptions that there are no nested tables. In particular, it assumes that cells are created in a particular order, which would break if recursion is introduced.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._