FlashT
Results
2
comments of
FlashT
It can't handle colspan properly. Any table with colspan before the sortable column in any row will make it either crash (syntax error: "Cannot read property 'toString' / 'parseFloat' /...
I just added a "dontsort" class to my row with colspan, changed line 140 of plugin code to: ` var trs = $table.children("tbody").children("tr").not('.dontsort');` and changed line 111, so it would...