Mottie/tablesorter

Sorter False does not work with uitheme Widget

Closed this issue · 3 comments

I believe that we should adjust the tablesorter.widgets.js file to check for a disabled header by doing:
this.sortDisabled

For example:

        $.each(c.headerList, function(i){
            if (this.sortDisabled === true) {
                // no sort arrows for disabled columns!
                $(this).find('span.ui-widget-header').remove('.ui-icon');

Hmmm, I think you're right... I'll dig into it and make sure other problems don't pop up. Thanks for sharing this issue! :)

Thanks bbbco! This change has been added to version 2.0.25.1.

Awesome! Glad to be of service!
On Dec 15, 2011 7:19 PM, "Rob G" <
reply@reply.github.com>
wrote:

Thanks bbbco! This change has been added to version 2.0.25.1.


Reply to this email directly or view it on GitHub:
#17 (comment)