-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Henrik Larsson edited this page May 10, 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