Hi,
I’m trying to display a table for a PopupButton in a Vaadin Spreadsheet but the table doesn’t show.
The div.element with classname .v-scrollable.v-table-body-wrapper.v-table-body has element.style with zero width and height. Experimentally, in Crome dev tools, increasing those values displays the table but the columns are not calculated right either.
Setting for example PopupButton.setPopupHeight/Width and table to full has no effect
A Grid however, works fine. It displays as expected in the popup window but I need stuff in Table that isn’t available in Grid yet.
Ola