I've been working on a JavaFX project and I'm having trouble customizing the style of the TreeTableView header or columns, like changing the color, width, font size, etc. I've tried using various codes like these but none seem to work.
.tree-table-column
.tree-table-column-header
.tree-table-header
However, I did manage to change the row style using this code:
.tree-table-row-cell
Does anyone have any suggestions on how to accomplish this?