carlw
02/28/2019, 6:51 PMlittlelightcz
02/28/2019, 7:32 PMdata.filterWhen(textProperty(), ...
, today I've also noticed that ObservableList
has .filtered {}
extension, which is kind of close to what I need (but not completely), so I was thinking that something like .filteredWhen(prop1, prop2, ...) { ... }
could be added as well (if possible) so that the typical "chained" workflow can be used and then the final prop./list can be directly passed to e.g. a TableView
without the need to store the TableView into a value. (another proposal for @edvin)