How to do Datatables Nested tables with Angular Integration

How to do Datatables Nested tables with Angular Integration

sushansushan Posts: 1Questions: 1Answers: 0

Hi,
I have been searched for a week now to find a way to do the nested tables using datatables with angular, there is an example that achieves it but not using angular. Is there an angular wrapper for what this is doing?
Datatable Example: http://datatables.net/examples/api/row_details.html

I am also open for suggestions, ultimately I want to show a high level summary of data and allow users to be able to drill down to see the broken-down level of data. It needs to be mobile friendly, that's why we choose datatable in the first place. When the screeen size decreases, with datatable, it automatically moves the excessive columns into child rows, I'd like to keep that feature. But again, it could be confusing if we have another nested table for that row. What would be the best approach to achieve it?

Thank you!

This discussion has been closed.