I just thought of a way to make `cellFormat` much ...
# tornadofx
e
I just thought of a way to make
cellFormat
much less resource hungry. Basically, for many cells you don't need to recreate the nodes on each
updateItem
call. For this example here, we only need to set the graphic once, and never touch it again. This can be achieved by only creating a new textfield if
graphic
is null.