Download

TableFilter is available in source and binary formats, with versions for Java 5 and Java 6. Please note that the Java 5 version is not developed anymore, being 2.0.1 (14th November 2009) its latest available download. The license is MIT open source, please look below for the complete details.

The last versions are available for download:

Version 2.1.2 ( 26th January 2010 )

  1. Added a new singleton instance to facilitate updating the default settings of the library (what can be achieved, anyway, using system properties).
  2. Added an autoselection mode, enabled by default. If the current filtering filters out all rows in the table but one, that row become automatically selected. Likewise, selected rows are automatically de-selected when they are filtered out (this is the usual operation mode in the Java 6 table sorter)
  3. Modified the default behaviour of the filters, to use wildcard expressions when the user does not specify any operator.
  4. All the filter editor constructors where the filter position (table's column) was specified, are now deprecated.
  5. Solved bugs related to setting the header visible or hidden, and enabled or disabled
  6. Added new Position type NONE, to ensure that the header is not automatically placed -if that is so required-.

Version 2.0.1 ( 13th November 2009 )

Version 2.0.0 ( 1st September 2009 )

Version 1.5.0 ( 7th August 2009 )

Version 1.4.1 ( 4th July 2009 )

Version 1.4.0 ( 10th June 2009 )

Version 1.3.0 ( 17th February 2009 )

License

TableFilter is available under the MIT license.

Copyright (c) 2007 Luis M. Pena  - lu@coderazzi.net

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

The source distribution contains, in addition to the library's source code, some tests. These tests make usage of a general icon library (FamFamFam), and, in case of the Java 1.5 version, of a open source class called TableSorter.java, which retains the original copyright.

As of version 1.2.0, there are also icons in the library, to facilitate its usage under Gui editors. These icons come from the FamFamFam silk icon library, licensed under a Creative Commons Attribution 2.5 License.

Support

Would you require commercial support on this library, or specific customizations, please contact lu@coderazzi.net