Reputation: 97
I would like to know if there is any plugin that I can use to create a table inside another table, that is linked by an ID and I could expand, something like this: image
Or is that possible to generate automatically, in a JavaScript function, for example?
Upvotes: 1
Views: 91
Reputation: 2604
You can use jqGrid
. http://www.trirand.com/blog/jqgrid/jqgrid.html
There are so many designs available in jqgrid.
Eg: jqGrid demos -> Grouping -> Multi Group all level sums
Upvotes: 1