uiTableFilter
- jquery plugin for filtering table rows
download
author and license
copyright Greg Weber dual licensed under GPL and MIT
personal demo
outside demo
this is a nice example that ties this plugin with the tablesorter plugin
usage
t = $('table')
$.uiTableFilter( t, phrase )
arguments:
- jQuery object containing table rows
- phrase to search for
optional arguments:
- column to limit search too (the column title in the table header)
- ifHidden - callback to execute if one or more elements was hidden