-
Notifications
You must be signed in to change notification settings - Fork 754
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
filter-select problems #161
Comments
Hi 1evan2! Can you share some of the content within the table cells. I'm just guessing but maybe there are some special characters or HTML inside the table? If that is the case, you may need to use the |
I think you are right since I added a basic table to the same page and it correctly filters. See example line below. I am filter-select ing on the column "Category".
|
Remove the |
Thanks! That worked perfectly! |
The filter widget will now automatically strip out extra spaces. :) |
Hi, I'm using the latest 2.4.5 version of tablesorter and the filter plugin and I am using class="filter-select" as indicated in the documentation.
However, even though the drop-down select appears, all of the content (no matter what is selected) disappears from the table. Select the default value of the drop down "Select your category" as part of data-placeholder always returns the entire table back to the page.
It would appear that the dropdown never finds the content. Is there a proper way to debug this?
The text was updated successfully, but these errors were encountered: