I’m trying to style my tables to have rounded corners. I create and populate a TableView and set this one style for now:
table.setStyle("-fx-background-radius: 20;");
and it looks like this:
How can I round off the inner corners of the TableView column headers and rows?
TIA