tepi / FilteringTable

An add-on for Vaadin. Extends the Vaadin Table component to provide optional filtering components below the table header.
http://vaadin.com/directory/#addon/filteringtable
Apache License 2.0
45 stars 53 forks source link

Filter syntax definition #98

Closed hirro closed 5 years ago

hirro commented 9 years ago

I have googled on this but didn't find anything.

Is there any syntax for the string filters? Currently I want to match strings ending with ABC not all string containing that string.

Cheers!

tepi commented 5 years ago

FilteringTable uses Vaadin Filters. Please provide your own FilterGenerator to do the filtering the way you want to, and implement a new Filter if needed - or use one of Vaadin's existing filter implementations.