How to add DataTable on click of DataRow

How to add DataTable on click of DataRow

rohit9021rohit9021 Posts: 1Questions: 0Answers: 0
edited September 2012 in DataTables 1.9
Hello, I am getting following data from database
Order Details -> Each order we have result details -> for each result to have comments
So i have bind Main DataTable (called as Order table) with order details and on click of row (we have expand image for each row) i am showing result details below this row. And same for comments.
But issue is that, on click of result row, i am fetching data for comment and bind this data to DataTable. But this comment table is not visible on the page.
IS there any issue with adding DataTable for comments?
This discussion has been closed.