Skip to content
Henrik Larsson edited this page May 10, 2013 · 6 revisions

FXTableFilter (Fast eXtensible TableFilter)

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.

Demos

http://henla464.github.io/FXTableFilter/

The rewrite has focused on:

  • 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

Main disadvantages compared to the PicNet Table Filter

  • Requires a bit more configuration to use