DataTables with childRows

DataTables with childRows

valter479valter479 Posts: 9Questions: 0Answers: 0
edited December 2012 in DataTables 1.9
I have been looking around the site but i have not find an example or anything on this. I need to have a table in which every 2 rows stay together when sorting. Something like this: http://mottie.github.com/tablesorter/docs/example-child-rows.html

Replies

  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    Hope this helps
    http://datatables.net/blog/Drill-down_rows
  • valter479valter479 Posts: 9Questions: 0Answers: 0
    Not quite what i am looking for. I don't want a detail of the record, i want the same layout: (tr, td, width,color, etc as the parent rows) and it always to be open. Almost a copy of the parent row. What you suggested, it used fnOpen function and this function create a new row with the colspan number of all the columns. Basically, what i need is a copy of the parent row layout so i can enter different data.
  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    You can modify to your needs. That gives you a basic idea to achive what you want. Hence the link
This discussion has been closed.