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.
Client side perpetual refresh
Hi
I don't know if this is the right part of the forum to submit this issue but I give it a try.
When I enter a tab sheet with a FilterTable addon the progress indicator doesn't stop "loading". I don't know the reason but I hope someone could help me interpret the vaadin debug window (see attached screenshot). I don't know if this is a gui thing or a DB issue.
Thanks in advance
Regards
Johan
Hi,
it's quite difficult to say what's wrong without seeing any code. So I take it you have a progressindicator polling the server while the data for the table is fetched? And once it's done you'd like to show the table? If this is the case and the table never shows up, most likely something goes wrong in the initialization or data fetching. Any exceptions on server log?
-tepi