I've another question if anybody can point me to a...
# multiplatform
d
I've another question if anybody can point me to an example of the right approach. My app's view is going to show a subset of records from a table, where they're filtered by the server and directory, both of which are instance variables in the viewmodel. When the user changes the directory, I want the model to call code to load the contents of that directory, which updates the database. I would then like the feed source to automatically update with the new subset of records that are the server and updated directory. What's the kotlin multiplatform way to do this? I should also mention that, by default, no server is selected, so the initial content feed should be an empty list. It should only have content when both the server and the directory are defined.