-
Notifications
You must be signed in to change notification settings - Fork 0
Home
henla464 edited this page May 1, 2013
·
6 revisions
FX TableFilter is a JQuery plugin that adds filter capabilities to an HTML table. This plugin is a rewrite of the PicNet Table Filter, it is intended to be Faster and more eXtensible. It works on larger tables and custom filters can be added.
http://henla464.github.io/FXTableFilter/
- Performance. To make it work better on larger tables, with more columns and rows.
- Extensibility. Possible to add custom filters. Several example are included, for example filters using date pickers so one can choose a "from" and "to" date.
- Getting rid of the dependence of the closure library
- Making the code easier to read and understand for someone new to the code
- Requires a bit more configuration to use
- The filters matches against everything in the table cells, including any HTML code that may be put there. The main reason for this is performance. (You can write a custom filter function(s) to solve this)