Itès simplier to use the filterable plugins : http://plugins.jquery.com/project/filterable
On Apr 16, 9:33 am, ManKuZo <elisod...@gmail.com> wrote: > Hello, > > I download the columnFilters plugins and test it, every thing is > working fine. But, I want to filter my table on one specific column, > so the added filter row above the table header is not relevant for me. > I'm trying to modify the jquery.columnfilters.js that it will work > with text file that I put outsite the table on the top. The code look > like this. But, it's not working. > > $("#filter_field").keyup(function(event){ > > // call the runFilters(event); > alert(" filter_field !"); > }); > > Can somebody help with this. > > Tks