I work using Netbeans 8 with (JEE7 + Vaadin 7.1.13 + CDI 2 (EJB 3.2) + JPA(Eclipselink) + Restful + CXF Client)
The system make upload in xlsx with 30000 rows e does not lock/freeze. Fantastic.
I recommend to use this combination. lol.
And also use yours components (maddon). it is very good and pretty easy.
The class ListConainer does not implements Filterable,
Did someone make this implementation?
John Ryan already contributed this couple of weeks ago. It ought to be included in the latest version. The class with features from Filterable interfaces is called FilterableListContainer. It will use another List for filtered stuff, but should still perform pretty well.
I made an implementation “STable extends MTable” and changed the ListContainer to FilterableListContainer.
i added one method public void search(String text) and added the SimpleStringFilter. (OR).
Great, glad to hear that! In case you have any improvements for Maddon or event to the core framework, just keep them coming. Best way to thank is to contribute something back for the Vaadin community, if not code then report issues or help others on this forum.