How to use JFXTreeTableView?

#1

How to show in JFXTreeTableView a country like Root with its cities and the city with its communities?

I have three classes, Countries, Cities and Communities. The Countries class relates one to many to Cities, and in Countries I have a List attribute where I store the cities. The Cities class relates from one to many to Localities, and in Cities I have a List attribute where I store the localities. My question?. How to show in JFXTreeTableView a country like Root with its cities and the city with its communities?

#2

This question is actually on JavaFX rather than on ObjectDB.

You should try a JafaFX forum or maybe stackoverflow.

ObjectDB Support
#3

Okay then I'll post it on stackoverflow, thank you very much

Reply