Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
FilterTable is not compilnig with 7.6.0.alpha2.
filtertable is not compiling with 7.6.0.
Tracing compile failure path for type 'org.tepi.filtertable.gwt.client.ui.VFilterTable'
[INFO]
[ERROR] Errors in 'jar:file:/repository/org/vaadin/addons/filteringtable/0.9.11.v7/filteringtable-0.9.11.v7.jar!/org/tepi/filtertable/gwt/client/ui/VFilterTable.java'
[INFO] [ERROR] Line 182: Type mismatch: cannot convert from double to int
[INFO] [ERROR] Aborting compile due to errors in some input files
BUILD FAILURE.
plase give the solution.
Thank you.
Hi,
unfortunately I haven't had time to update the add-on - that said, I'll try to find time this week. In the meantime, there's a community-provided solution described at https://github.com/tepi/FilteringTable/issues/99 but in order to use it you need to build the add-on yourself using the provided ant script.
-tepi