Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorter False does not work with uitheme Widget #17

Closed
bbbco opened this issue Dec 15, 2011 · 3 comments
Closed

Sorter False does not work with uitheme Widget #17

bbbco opened this issue Dec 15, 2011 · 3 comments
Labels

Comments

@bbbco
Copy link

bbbco commented Dec 15, 2011

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');
@Mottie
Copy link
Owner

Mottie commented Dec 15, 2011

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! :)

@Mottie
Copy link
Owner

Mottie commented Dec 16, 2011

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

@Mottie Mottie closed this as completed Dec 16, 2011
@bbbco
Copy link
Author

bbbco commented Dec 16, 2011

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants