code-lts / jquery-uitablefilter

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

Home Page:https://code-lts.github.io/jquery-uitablefilter/demo/flavorzoom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://code-lts.github.io/jquery-uitablefilter/demo/flavorzoom/

License:Other


Languages

Language:JavaScript 81.0%Language:HTML 19.0%