I have a created a base table that displays dynamic data
to not get the component bloated I want to add features to the component by placing "feature components inside the table
I have placed a feature component into to base table component to add a extended row feature described in the docs material-table features
The feature-comp gets access to the provided data but is not displayed in the dom
So far I could not find a example of how to insert a component inside a mat-table component