Would it be possible to have the header function add an extra div around the grouped rows.
Lets say I have a table like this.
Header data1 data2
data1 data2
data1 data2
Edited: the above does not format well - data1 and data2 should all be at the same indentation above.
When using divify or templates it would help if an extra div could be added around all 3 rows - refering to the header element - currently I'm using some very complex css to group these together in Boxes of information (an order with a customer name, time and multiple items). These orders are then shown on a canban style dashboard for processing manually. If each order including items would be enclosed in it's own extra div then that would help tremendously.