Is it possible to pin or attach rows to parent rows?

Is it possible to pin or attach rows to parent rows?

mistergoombamistergoomba Posts: 1Questions: 0Answers: 0
edited January 2014 in General
Hello. I have a table with a bunch of rows. Some rows are "children" of other rows, however, they have all the same data. The only thing I want to do with these rows is pin them to their parent row. So, when I sort the table, these rows ignore the request to sort and go wherever their parent row goes.

Thanks in advance!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Sort of. You can use fnOpen / fnClose to attach rows. Or you can be clever with the sorting ( aaSortingFixed specifically), but there isn't really a documented way or having existing rows grouped. That is something I need to work on.

    Allan
This discussion has been closed.