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
Table with no Data shows empty row
Hey,
I have a Table with no Data. The BeanItemContainer is empty and will be filled later.
The Problem is, that the Table shows an empty row (Background-Color), but only the header should be visible.
setting the Pagelength to zero, doesn't help.
myTable.setPageLength(0);
Any Ideas?
THX in advance
Last updated on
Hello,
you can try do it my adding
.v-table-body{
height:initial !important;
}
into your scss file
Hopefully, it will help : )
Last updated on
+1
You cannot reply to this thread.