I have 2 questions about TableView in Javafx2:
1) Is it possible to hide the headers in the table?
2) When the table is empty, it simply shows a white panel that says "There is no content in the table." Is it possible to change this to display the default grid, even if the table is empty?
If possible, Id as a solution with CSS (javacode is also great).
Thanks in advance.
source
share