Tell DataTables to skip rows?

Tell DataTables to skip rows?

guiceguice Posts: 5Questions: 0Answers: 0
edited September 2011 in General
I want to build an accordion table, using DataTables for the table, and adding a .live() click event for expanding the accordion on all the rows. However, with proper HTML tables, that will require two rows per data row.

Is there any class/way I can tell DataTables to skip/ignore the secondary (empty) table row? I'm not finding any ability in the docs.

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    DT has "Drill Down" rows, which are probably what you want. very accordion-like

    http://www.datatables.net/blog/Drill-down_rows
This discussion has been closed.