Yeah, remember that the cellFactory needs to retur...
# tornadofx
e
Yeah, remember that the cellFactory needs to return a TableCell, and the updateItem function is on that tableCell. So a decorator would probably have to create a TableCell and delegate to the original TableCell or something.