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

Reply via email to