Monday 18 June 2018

JavaFX: Working with TreeTableView widget


TreeTableView is the combination and extension of the widgets TableView and TreeView.

In my next posts, you are going to learn following things.
1.   Create Tree Table
2.   Adding multiple columns
3.   Show or hide table columns
4.   Hide the root element
5.   Enable cell selection
6.   Enable multiple selection of rows

      TreeTableView: Create Tree Table
      Adding multiple columns
      Show or hide table columns
      Hide the root element
      Enable cell selection
      Enable multiple selection of rows

Previous                                                 Next                                                 Home

No comments:

Post a Comment