obviously TableView, not ListView (don't know what...
# tornadofx
w
obviously TableView, not ListView (don't know what I was thinking at 3am)
b
PrettyTime
? using JavaTime API. for the cell to update you need to update the value in Property
tableView.refresh()
- force a full redrawing of the table
w
oh... nice, I wanted exactly this.