That's right, cellFormat is basically a super easy...
# tornadofx
e
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.