jQuery.FilterTable icon indicating copy to clipboard operation
jQuery.FilterTable copied to clipboard

Live searching/filtering for HTML tables in a jQuery plugin

Results 25 jQuery.FilterTable issues
Sort by recently updated
recently updated
newest added

This is an awesome plugin and is exactly what I am looking for. You should put it up on a CDN so we don't have to host it locally.

If one of the cells is submit button by , these buttons seem to be styled as "display:none".

The `http` was hard coded into the examples for the jQuery CDN. When using pages as `https` jQuery will fail to load. Removed the `http` from the CDN links so...

This PR adds a new `minChars` setting which sets the minimum number of characters a user needs to enter before the filter is applied to a table. This is a...

Hi, I've been using this code: ``` javascript $('#membersList').filterTable({ containerClass : 'form-group', placeholder : "This only filters the shown data. To search, please use the searchbox on the menu" });...

Thanks for the plugin. A simple enhancement would be nice. Adding a location to append it. [...] ``` javascript var defaults = { // start off with some default settings...

First up, great plugin. :) Secondly, it would be nice to be able to have the option to use a select dropdown instead of a series of clickable links for...

Updating docs to reflect changes in PR #24.

This is a minor mod that enables the filter to operate on values of input elements inside each cell.