cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Text search breaks the filters reset #9

Closed cyberhobo closed 12 years ago

cyberhobo commented 12 years ago

Reported by JEKO via email:

I play with your site http://www.hungercenter.org/subjects/advocacy-and-education/ and i found this small bug (i need it fixed for my site :) ): when your write something in the free words search box and you select something from the dropdowns, the reset button is not working properly, you should add this: ".keyup();" at the end of the "$( '#publications_table_wrapper .dataTables_filter input' ).val( '' );" or the reset is not total and the free search words is still working (it appear blank, but the selection is still active). Sorry for my bad english, thanks again!

cyberhobo commented 12 years ago

This was actually just a bug on hungercenter.org implementation, but I've now put the fix up. Looks like it works :)