How to have sortable heading rows when using rowGrouping
How to have sortable heading rows when using rowGrouping
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!
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!
This discussion has been closed.
Replies
It is not a very elegant solution and I HATE duplicating data like this, but it could work in a pinch.