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

Upgrade plugin to Vaadin 8 #122

Closed mletenay closed 7 years ago

mletenay commented 7 years ago

Hi, I've upgraded the plugin to Vaadin 8 APIs. I took the fresh Vaadin 8 versions of Table and TreeTable and copied them to CustomTable and CustomTreeTable. I tried to identify and re-apply all the "custom" changes to these classes, but since they were not marked I in theory might have overlooked something, so if you know which customization were necessary, please review their presence in new code. And I've also switch the project from ivy to maven ...

gstephenson76 commented 7 years ago

@mletenay You are a rock star!! I will need this later for sure. :)