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

Pager plugin - Ajax - upper select list disabled / not selectable #625

Closed
MajorOutage opened this issue May 24, 2014 · 2 comments
Closed

Comments

@MajorOutage
Copy link

tablesorter_select_issue

Like marked on the screenshot, the upper select list is not applicable, whereas the one within the tfoot is. Until now I did not find the cause for this problem, so I hope someone else has an idea.

Bug also exists within the example at http://mottie.github.io/tablesorter/docs/example-pager-ajax.html

@Mottie
Copy link
Owner

Mottie commented May 24, 2014

Hi @MajorOutage!

The problem is due to disabling text selection in header cells. I thought I took care of it allowing the use of buttons and other form elements, so I do need to fix this.

In the mean time, you can work around this two ways:

  1. Set the cancelSelection option to false
  2. Move the pager controls out of the thead and input an element above the table.

@MajorOutage
Copy link
Author

Hi Rob,

putting the pager outside the table works like a charm. Thanks and keep up the great work!

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

No branches or pull requests

2 participants