A jQuery plugin to create table filters, it will automaticly create textinputs and selects (filled with unique values from the column).
A few examples:$('table th').tablefilter();Creates a simple table filter with text-inputs on all th elements of the column
$('table th.filterText').tablefilter({ type : 'text'});Creates a text-inputs only filter on all th elements with the class "filterText" of the column
$('table th.filterSelect').tablefilter({ type : 'select' });Creates a select only filter on all th elements with the class "filterSelect" of the column. The select element will be filled with all unique items in the column.
Combine the last 2 to combine a filter interface with both text-fields and select elements.
NotesIt is advised to use thead and tbody tags! (code is not tested without these) Currently the filtering only works on one table PER page The dropdowns will not expand on Google chrome (webkit engine) when using other plugins on a table (like tablesorter) The code is currently presented "as is", you are welcome to mail me bugs/suggestions and fix BUT i might not have the time to apply them.
Based on 0 user ratings.
Click to rate this project.
0 links submitted so far. Submit your own links.
gphfa, imlist, jquerytablehelper, jquerytableresizer, mariuzzo-tools