Skip to content
henla464 edited this page May 1, 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
  • 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)
Clone this wiki locally