th in tbody for subtotals messes up sorting

th in tbody for subtotals messes up sorting

posthyposthy Posts: 2Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
Hi! I have a table with subtotal rows, th cells in tbody. Example:
[code]

Group
Name
Some value



Admins
John Doe
2


Admins
Jane Smith
3


Admins
Total
5


Users
Joan Doe
4


Users
Jack Smith
1


Users
Total
5



Grand total
10

[/code]
If i sort on group column the totals should be on the groups bottom. How can i assure this?
This discussion has been closed.