java - How to display a table without content? -


i'm working javafx 2.2. met problem when using tableview.
need display table without content, when use tableview.setitems(null), did not display anthing "no content".

what need table still has rows , columns(but empty).
there solution?


Comments