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 Table when filtered doesn't affect table footer #118

Closed saranforever closed 5 years ago

saranforever commented 7 years ago

In filter table when a Integer column is filtered, the filter affects only the body of the table and not the footer.

tepi commented 5 years ago

FilteringTable is not aware of the table footer. The developer should catch the filtering either in container of in FilterGenerator implementation and update values to the footer.