Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 762 Bytes

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/.