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, 3 weeks ago
how to show specific column in tabel?
hello guys i am using bean item container to populate my table but dont want to show cloumn. like an example want to show item1 item2 and item3, for that i have tried the code given below but its not working
table.setVisibleColumns(new Object()[]{"item1","item2","item3"});
Last updated on
Hi,
seems to me your code should work. Are you sure that the column names match the properties in your beans? Also, are you calling something that resets the visible columns after this line (like setContainerDatasource)?
Do you get any errors in the server log?
-tepi
Last updated on
You cannot reply to this thread.