`cellFormat` doesn't need help determining if the ...
# tornadofx
e
cellFormat
doesn't need help determining if the cell is empty or not, so if you keep the
cellFormat
, remove the
if( !isEmpty ) {
- it's not needed 🙂 The cell will be cleared when it's not in use