How to have sortable heading rows when using rowGrouping

How to have sortable heading rows when using rowGrouping

ravennaravenna Posts: 2Questions: 0Answers: 0
edited June 2013 in General
I have been using dataTables on a project for awhile now and its great. Slowly but steadily I have been able to do everything I needed.

I have the rowGrouping working just fine, and I actually am modifying the DOM a bit and adding values into that TR. My issue is that these data points are not sortable. You can see: http://papershare.ravennainteractive.com/dashboard/employee.html that datatables is working but that I can't sort the rows that have this additional data.

If I need to provide more detail I can... any help is greatly appreciated!

Replies

  • psharppsharp Posts: 39Questions: 0Answers: 0
    I actually ran into this very same issue and because of deadlines, I had to add an additional column that had the row groupings field so they could sort.

    It is not a very elegant solution and I HATE duplicating data like this, but it could work in a pinch.
This discussion has been closed.