Skip to content

An add-on for Vaadin. Extends the Vaadin Table component to provide optional filtering components below the table header.

Notifications You must be signed in to change notification settings

gregorsini/FilteringTable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FilteringTable

FilterTable is an extension of the Table component in Vaadin. FilterTable is available for both Vaadin 6 and Vaadin 7 (versions postfixed with '.v7').

#####Added features:

  • Provides automatically generated filter components between the table header and body
  • Automatically filters enum, boolean and date properties
  • Other properties are filtered as a string
  • Numeric properties can optionally be filtered with a comparator popup
  • Allows developer to provide own filter implementation for any property
  • Allows developer to decorate the numeric, date, enum and boolean filter components with custom captions and icons
  • Provides integration of PagedTable add-on with the filter bar
  • Provides integration of TreeTable with the filter bar

NOTE: The V6 version of FT requires Vaadin 6.8.7 or later, starting from FT version 0.8.4.

NOTE: The V7 version of FT requires Vaadin 7.0.1 or later, starting from FT version 0.8.4.v7.

NOTE: The V7 version of FT requires Vaadin 7.1.0 or later, starting from FT version 0.9.0.v7.

NOTE: The V7 version of FT requires Vaadin 7.2.0 or later, starting from FT version 0.9.9.v7.

NOTE: The V7 version of FT requires Vaadin 7.3.0 or later, starting from FT version 0.9.11.v7.

##Please always use the latest version of FilteringTable add-on. Bugfixes will only be done for the latest versions of each branch, and the Vaadin 7 version has priority.

License

Copyright 2014 Teppo Kurki / Vaadin Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

An add-on for Vaadin. Extends the Vaadin Table component to provide optional filtering components below the table header.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • XML 1.9%
  • CSS 0.6%