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

Filtering is not working with the collpased columns #107

Open abhimk opened 8 years ago

abhimk commented 8 years ago

Hi, I have identified an issue with filtering table add-on, in which once the collapsed column is unchecked the filtering is not working for that column. Please see the screen shots attached.

I am using, Vaadin version - 6.8.13 and FilteringTable addon version - 0.9.2

Please note, the columns are set to collapse upon UI construction.

colapse-filtering-screen-1 colapse-filtering-screen-2 colapse-filtering-screen-3