https://kotlinlang.org logo
e

edvin

03/11/2017, 7:13 PM
The reason I ask is that I added a
refilter()
function to SortedFilteredList earlier today. I could expose that for
FilteredList
as well, since it actually operates on a
FilteredList
. But maybe we could fire an event and have the list, or something close to the list (the controller perhaps) refresh it? I'm just speaking on a general basis since I haven't looked at the code yet though.