Skip to content

vincentcastro/jquery-uitablefilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uiTableFilter

  • jquery plugin for filtering table rows

alternatives

This plugin is very light-weight (please look at the source). I consider it finished, and have no plans to add any features. It works quickly for small data sets without consuming any extra memory (that would be needed for faster filtering).

I often use the DataTables plugin when I have greater table needs.

download

click Download link at bottom of: http://plugins.jquery.com/project/uiTableFilter

That link seems to be broken now. You can simply download the latest code from github

source code

http://github.com/gregwebs/jquery-uitablefilter

author and license

copyright Greg Weber dual licensed under GPL and MIT

Demos

personal

http://projects.gregweber.info/demo/flavorzoom.html

outside

http://silverwareconsulting.com/index.cfm/2008/10/2/jquery-autofiltering-table this is a nice example that ties this plugin with the tablesorter plugin

usage

          var t = $('table')
          $.uiTableFilter( t, phrase )

arguments:

* jQuery object containing table rows
* phrase to search for
  - If the phrase contains spaces it will be broken up into separate words that must all match a row

optional arguments: $.uiTableFilter( t, phrase, column, ifHidden )

* column to limit search too (the column title in the table header)
* ifHidden - callback to execute if one or more elements was hidden

Warning:

  • expects a thead and tbody element

About

small plugin for filtering (hiding) table rows based on their text content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published