Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-lts/jquery-uitablefilter
small plugin for filtering (hiding) table rows based on their text content
https://github.com/code-lts/jquery-uitablefilter
jquery jquery-plugin table-filter
Last synced: about 4 hours ago
JSON representation
small plugin for filtering (hiding) table rows based on their text content
- Host: GitHub
- URL: https://github.com/code-lts/jquery-uitablefilter
- Owner: code-lts
- License: other
- Created: 2008-03-05T15:40:30.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T22:59:25.000Z (over 4 years ago)
- Last Synced: 2024-08-08T20:53:47.296Z (3 months ago)
- Topics: jquery, jquery-plugin, table-filter
- Language: JavaScript
- Homepage: https://code-lts.github.io/jquery-uitablefilter/demo/flavorzoom/
- Size: 128 KB
- Stars: 59
- Watchers: 7
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repository
[![npm version](https://badge.fury.io/js/jquery-uitablefilter.svg)](https://badge.fury.io/js/jquery-uitablefilter)
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
```bash
npm install jquery-uitablefilter
```
or yarn```bash
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'.```js
$.uiTableFilter($('#table'), 'Pepper', ['Price', 'Item', 'D']);
```## Demo
Here is a [http://code-tls.github.io/jquery-uitablefilter/demo/flavorzoom/](demo).