Hello Mootools users too, I have been wondering a long time now, how to sort rows grouped...
I'm running around and looking for the right solution to do this : I have an HtmlTable sortable by many columns. I want child rows to be sorted together with their parent row. Example : http://mootools.net/shell/463Mn/ The First idea I had was to use the option onSort to resort the current Table (Table.sort()) and pass the index+reverse+prepare to do this. But this was not a good idea as figured it out too late. Does anyone has a clue for me ? Many thanks for your help all, Axel.
