sbyrne
07/02/2019, 7:36 PMTableView
?pike
07/03/2019, 5:58 AMval customLabel = new Label("vertical label");
customLabel.setRotate(90);
customLabel.setPrefHeight(150);
...
column("", something::property){ graphic = customLabel}
pike
07/03/2019, 5:58 AMsbyrne
07/03/2019, 3:09 PMgraphic =
works. Thanks.