I want to add a datepicker to treetableview column. Please guide me.
Asked
Active
Viewed 156 times
0
-
You might want to go through this - [UI controls in TreeTableView](http://stackoverflow.com/a/26237863/1759128) – ItachiUchiha Jan 09 '15 at 19:49
1 Answers
0
Use tableCellRenderer. Follow this tutorial : http://code.makery.ch/blog/javafx-8-tableview-cell-renderer/
TreeTableView and TableView Api's are almost similar.

Deepak Shingan
- 119
- 6
-
I want a datepicker on my column cell so that I can choose the date from calender. Any idea how to get that graphic. – Harshita Sethi Jan 10 '15 at 08:42