Recently I found that I needed to make a custom table column header. I needed the column header background to be different, and I needed to display a tooltip to display the entire column name in cases where it had been truncated. Going forward it would be nice to be able to filter by entering some text into the column header (but I'll save that for the future).
I noticed these issues associated with the column header - https://javafx-jira.kenai.com/browse/RT-14905 - https://javafx-jira.kenai.com/browse/RT-24514 - https://javafx-jira.kenai.com/browse/RT-31019 - https://javafx-jira.kenai.com/browse/RT-14909 The last issue referred to a column header factory, but despite the fact that the issue says, that code didn't make it into 2.2. The current *setGraphic* method, which seems to be based on the capabilities of *Labeled,* doesn't really do the trick since it can only be used to place a node to the left of the existing header text. Is there any work being done to make column headers more flexible? Cheers, Mark