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
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.
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:
Set the cancelSelection option to false
Move the pager controls out of the thead and input an element above the table.
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
The text was updated successfully, but these errors were encountered: