FilterTable is not compilnig with 7.6.0.alpha2.

f
iltertable 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