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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Filter Addon
Hi,
I am trying to use filter table add-on but it is not working. The widget compile was sucess but its showing the widget not loaded.
Please find the attached screenshot.
Also i checked is there any addon with search and Pagination i didnt find any addon.
Please suggest me any addon to work on it.
Last updated on
You are still using the default, precompiled widgetset. You can define it through the servlet configuration. It could look somewhat like this
@WebServlet(value = "/*", asyncSupported = true)
@VaadinServletConfiguration(productionMode = false, ui = PlaygroundUI.class, widgetset = "com.example.playground.widgetset.PlaygroundWidgetset")
public static class Servlet extends VaadinServlet {
}
Last updated on
You cannot reply to this thread.