https://kotlinlang.org logo
e

edvin

10/01/2016, 7:41 PM
@ron FilteredList should just wrap another list, so you manipulate the list by manipulating the backing list that you passed to the FilteredList constructor 🙂 Or you can use SortedFilteredList from TornadoFX.