We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The data I'm trying to filter is in a form input field inside a table row. uitablefilter seems to ignore it. Is there a workaround?
The text was updated successfully, but these errors were encountered:
The source is pretty small. You can probably change this line: https://github.com/gregwebs/jquery-uitablefilter/blob/master/jquery.uitablefilter.js#L31
Sorry, something went wrong.
Thanks for the quick reply. What would I change it to?
Probably you need to add something like + elem.find('input').val().
+ elem.find('input').val()
No branches or pull requests
The data I'm trying to filter is in a form input field inside a table row. uitablefilter seems to ignore it. Is there a workaround?
The text was updated successfully, but these errors were encountered: