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
Upgrade tablesorter from a version about 7-8 months old, can't remeber version number, but when sorting is disabled for a column, the sorting icon still shows? This used to be different and I liked that.
Oops, I think I messed that up when I made the plugin add tablesorter-header back to all header row cells. Add this css until I fix it in the next patch:
Yeah that's a good idea!... but I'm not sure where you're getting the .tablesorter-default .header part in the css. That shouldn't be there since it's not targeting the sorter-false class.
Upgrade tablesorter from a version about 7-8 months old, can't remeber version number, but when sorting is disabled for a column, the sorting icon still shows? This used to be different and I liked that.
headers: { 0: { sorter: false } }
is how I set itDemo's also show sorting icons.
http://mottie.github.com/tablesorter/docs/example-options-headers.html
I would love to see the sorting icons to hide, is that possible?
Thx in advance
Roland
The text was updated successfully, but these errors were encountered: