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

Filter data in input field #6

Open
stoneface opened this issue Dec 5, 2012 · 3 comments
Open

Filter data in input field #6

stoneface opened this issue Dec 5, 2012 · 3 comments

Comments

@stoneface
Copy link

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?

@gregwebs
Copy link
Collaborator

gregwebs commented Dec 5, 2012

The source is pretty small. You can probably change this line: https://github.com/gregwebs/jquery-uitablefilter/blob/master/jquery.uitablefilter.js#L31

@stoneface
Copy link
Author

Thanks for the quick reply. What would I change it to?

@gregwebs
Copy link
Collaborator

gregwebs commented Dec 5, 2012

Probably you need to add something like + elem.find('input').val().

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

No branches or pull requests

2 participants