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

Listener for filter event #116

Closed fante76 closed 5 years ago

fante76 commented 8 years ago

I think it would be interesting to add a listener on filter event fire, for example, to run the query on server side and bind filter to server. Some other frameworks gives this opportunity.

tepi commented 5 years ago

You can already implement this either within a container implementation or in your own FilterGenerator implementation. I don't think a separate listener would provide much more value.

fante76 commented 5 years ago

This ticket is 2 years old... I considered it as expired. Maybe you answer refers to new version. Anyway I don't use FilteringTable any longer.