fun <V : ItemViewModel<T>, S, T> V.bindToItem(cellFragment: TableCellFragment<S, T>): <ERROR CLASS>
Rebind the itemProperty of the ViewModel when the itemProperty in the TableCellFragment changes. TODO: Do we need this, or can we just use the one above?