<@U6AHR4J4R> Have you considered using a JsonModel...
# tornadofx
k
@pike Have you considered using a JsonModel? Then you could just bind an observable list of your model to the table in a builder. https://edvin.gitbooks.io/tornadofx-guide/content/part2/JSON%20and%20REST.html
p
I can't because the data is "wild", basically I'm letting the user do whatever selects they want in the database, so I don't know what columns etc are going to come back