If you use a cellFragment, you need to consider th...
# tornadofx
e
If you use a cellFragment, you need to consider that when the Fragment is created, you don't have access to any data. You only have an
itemProperty
which will be null at creation time. To deal with that, wrap an ItemViewModel around the
itemProperty
and bind towards the view model properties. That's really clean, but you need to understand it properly.