I'm using the JQUERY plugin called tableFilter. It works beautifully in Firefox but in IE, any table on the page gets hidden but there is nothing in the View Source that shows it hidden.
Anyone using this plugin got it to work in IE? I can't get the plugin developers example to work in IE either.
...
Need to filter a table from outside of the table, with a text search, checkboxes, and selects. PicNet Table Filter for jQuery works for both searching and using checkboxes outside of the table... though I can't find any examples of how to get a select box to work. Anyone know?
*I might be getting too specific here, but thought I'd at le...
Hi,
Wondering if anyone has experience with PicNet table filter plugin for jQuery.
This is what I did for generating the filter for me table.
$('#tableName').tableFilter();
I am wondering if there is a way to not generate filter textbox or dropdown for particular columns?
thanks
...