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

Hello,
you can try do it my adding
.v-table-body{
height:initial !important;
}
into your scss file
Hopefully, it will help : )
28006.jpg

Works fine! Thx! :slight_smile: