Join Slack
Powered by
That's right, cellFormat is basically a super easy...
# tornadofx
e
edvin
07/22/2017, 5:09 PM
That's right, cellFormat is basically a super easy way to create a cellFactory without all the boiler plate. It's called whenever the
updateItem
call for the cell is called. So you can either bind there, using
cleanBind
or you can use a
cellFragment
if you have lots of logic in the cell code.
2
Views
Open in Slack
Previous
Next