You could use fnDrawCallback and standard DOM methods to do this. Just loop over the list of TR elements in the table and do an insertAfter() for each one. This grouping example does something a little bit similar, and adaptable to your case: http://datatables.net/examples/advanced_init/row_grouping.html
Replies
Allan