@carlw I think it would work if we could use the cell editing functionality in ListView, that would fire a ListChangeEvent upon commit. I don't know if that's possible with a FilteredList though, because it's not editable. If you want to put something in the model it should be an IntegerProperty, so that you can create a StringBinding from that perhaps?