Hierarchical data

Hierarchical data

codecowboycodecowboy Posts: 8Questions: 0Answers: 0
edited April 2011 in General
Hi,

I have two DB tables - topics and messages. I want to display a table of topics and then be able to 'drill down' into a row by clicking on it. On clicking a row, nested rows of messages should appear for the topic. Is this possible using DataTables? If this functionality is not available 'out of the box', which API calls could I use to achieve this?

Many thanks!

Replies

  • allanallan Posts: 63,519Questions: 1Answers: 10,473 Site admin
    Do you mean something like this: http://datatables.net/examples/api/row_details.html

    Allan
This discussion has been closed.