JavaFX TreeTableView Tutorial #2 : Multiple Columns with Complex Data

Опубликовано: 23 Октябрь 2024
на канале: Genuine Coder
20,089
136

This video is the continuation of    • JavaFX TreeTableView Tutorial #1 : Ba...  . In this video I have explained how to make use of multiple coloumns in JavaFX TreeTableView.

I have created a class Person with name,email and age. These values are represented using StringProperty,StringProperty and IntegerProperty respectively.


Genuine Coder
http://www.genuinecoder.com/