You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been messing around with this for a while but I cannot, for the life of me, get tablesorter sorton events to pay any attention to the requested sort direction.
This run with various values in col/col2 and 0/1 in dir/dir2
Cool - was driving me mad until I pressed enter here!! :)
Just to let you know, you're powering my Greenlight LITE app (something I wrote which monitors a new part of the SteamPowered Game Distribution service) - 4-6000 hits a day, all sorted with style :)
I've been messing around with this for a while but I cannot, for the life of me, get tablesorter sorton events to pay any attention to the requested sort direction.
This run with various values in col/col2 and 0/1 in dir/dir2
$("#myTable").trigger("sorton",[[[col,dir],[col2,dir2]],function() {alert("sort done")} ]);
All sort and call the alert but ALWAYS sorting the columns in reverse order - I've tried this with alpha and numeric columns - it just doesn't work.
Am I missing something really obvious here??
Clicking column headings works, of course - as does asking for a forward/reverse sort in the setup.
The text was updated successfully, but these errors were encountered: