jquery-uitablefilter icon indicating copy to clipboard operation
jquery-uitablefilter copied to clipboard

Filter data in input field

Open stoneface opened this issue 12 years ago • 3 comments

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?

stoneface avatar Dec 05 '12 03:12 stoneface

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

gregwebs avatar Dec 05 '12 03:12 gregwebs

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

stoneface avatar Dec 05 '12 05:12 stoneface

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

gregwebs avatar Dec 05 '12 05:12 gregwebs