How to transform then filter a SourceCache? #693
Unanswered
LJN-hzleaper
asked this question in
Q&A
Replies: 1 comment
-
After add a call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Above is my code.
_clients
is bound to a view to allow user to change theSelected
property of each item. What I want is when theSelected
property of aClientProxy
in_clients
changes, filter_clients
and update_checkedClients
andCheckedClientCount
. But the code above doesn't work, it only update_checkedClients
andCheckedClientCount
at the binding time.Beta Was this translation helpful? Give feedback.
All reactions