Expanding Rows pulling data purely from tables?
Expanding Rows pulling data purely from tables?
radeonorama
Posts: 4Questions: 0Answers: 0
Hi, I have an old inherited system which currently uses tables with some jquery to enable a user to click on a row which then expands to display a nested table with further details.
Can anyone give me some basic guidance on how i could use something like this http://datatables.net/release-datatables/examples/api/row_details.html to expand and show the data from the nested table?
Any help would be greatly appreciated.
All the best, Rad
Can anyone give me some basic guidance on how i could use something like this http://datatables.net/release-datatables/examples/api/row_details.html to expand and show the data from the nested table?
Any help would be greatly appreciated.
All the best, Rad
This discussion has been closed.
Replies
Allan
Allan
The current table i have has a header row.
Then a primary data row, and then a nested table with 'extra info'
Then another primary data row with another dested table with different 'extra info' to the first.
I'm struggling to get my head around how i would display the different 'extra info' tables for each of the primary rows.