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?
Activity
gregwebs commentedon 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 commentedon Dec 5, 2012
Thanks for the quick reply. What would I change it to?
gregwebs commentedon Dec 5, 2012
Probably you need to add something like
+ elem.find('input').val()
.