All Projects → code-lts → Jquery Uitablefilter

code-lts / Jquery Uitablefilter

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Repository

npm version

https://github.com/code-tls/jquery-uitablefilter

Download

Download the latest version here : https://github.com/code-tls/jquery-uitablefilter/blob/master/jquery.uitablefilter.js

Install

npm install jquery-uitablefilter

or yarn

yarn add jquery-uitablefilter

Example

Here is an example (see the original project README for more informations). It will search for the word 'Pepper' in #table in columns 'Price', 'Item' and 'ID'.

$.uiTableFilter($('#table'), 'Pepper',  ['Price', 'Item', 'D']);

Demo

Here is a http://code-tls.github.io/jquery-uitablefilter/demo/flavorzoom/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].