jQuery.FilterTable
jQuery.FilterTable copied to clipboard
Live searching/filtering for HTML tables in a jQuery plugin
I tried `ignoreClass` but the `tr` or `td` I have the associated `class` applied to are still hidden. This seems like an alternate meaning of "ignoring filtering", I also understand...
Hi, Thanks to share your work ! I like the two examples "[Filter on Any Term](http://sunnywalker.github.io/jQuery.FilterTable/examples/filtertable-any-term.html)" and "[Filter on All Terms](http://sunnywalker.github.io/jQuery.FilterTable/examples/filtertable-all-terms.html)", very useful ! I would like to know if...
Seems that filter is not working with responsive design if screen width is lower than around 760px. Is there a solution for this or did I overread something?
I had the requirement to filter based on extra text so I implemented code where the data-filterTableKeywords attribute on any tags is also checked for search string. - existing code...
I am currently looking at how to implement a search with delay. The point is, I have a list of nearly 20000 entries with 5 columns and need tablewide search....
As written in the description and the FAQ, the filter looks for TBODY and THEAD. If you can't change the HTML source-code and are stuck with simple TR and TD,...
I'd like to build filter phrases outside the application and if some event happens, it should be applied to the table. So i need a way to call the plugin...
As far as I can see, there are problems in the ordering of Turkish characters. They are not listed in alphabetical order. I would ask for help with the solution....
I want to display a colspan row with "No search result found" message if search results is zero. Are there any options?
I gather that this jQuery plugin works on tables that are rendered as a whole in a single page. Have you got any plans to support instant searching functionality in...