How to "pre-filter" a list on load? #334
-
The current list filtering capability is great. We do have a use case however were we have a bunch of "filter presets". Basically, these are common filters that we use on a daily basis. Rather than typing I noticed that there are "private" functions that will cause the list to update, but since it's private I cannot call it from our code, once we've loaded a preset. Is there anyway for me to programatically filter the list without needing to fork it just to make a function public? Is this something that can be done via the delegate? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is a discord conversation about this here: https://discord.com/channels/1032368467246075914/1076489986192449546 |
Beta Was this translation helpful? Give feedback.
-
Relevant PR #335 |
Beta Was this translation helpful? Give feedback.
Relevant PR #335