Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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