I'm looking for a datatable which has expandable rows containing other rows (basically a table within a table).
I have found an PrimeNG example but this only displays more information about the same row when it's expanded. There seems to be a few AngularJS example but I can't find any for Angular 2.
This is another example of what I'm looking for on Bootply, but when I use it the rows don't expand. I have the bootstrap stylesheet imported in index.html and I'm able to use other bootstrap features.