-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[$any] Add sort functionality #103
Comments
use keys if there is sort, uses a 'sort' subscription all on $any |
need to subscribe on the fields that are being sorted on (this is a bit harder) |
needs to be able to dynamically change sort as well (so the sort field can be a subscription to another state object that gets computed) |
syntax how do you know you want to sort on a field (straight) or you want to subscirbe on a field that can change? |
is sort really an $any functionality? -- can also sort objects etc |
reuse some algos from base (check how to do this) |
|
started with draft |
No description provided.
The text was updated successfully, but these errors were encountered: