The table in the picture is on a VerticalLayout, that’s the content of a class that extends Panel and sets scrollable true
public SumsAnalysisContent() {
setSizeFull();
setScrollable(true);
}
The second problem is that the panel itself is part of a SplitPanel that’s suppose to have a scrollbar, and i even added the VerticalLayout that contains the table directly with setSecondComponent.