mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #131] Expose data-proxy getArrayObservable functionality #76
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @donl on GitHub (Jul 28, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/131
Would it be possible to make the getArrayObservable function available (from the data-proxy API)?
TIA
@appy-one commented on GitHub (Aug 15, 2022):
Hi Don, it's part of the (undocumented)
OrderedCollectionProxywhich you can get from callinggetOrderedCollectionon a proxy. It's built specifically to use object collections with a managed sort order as arrays in front-ends. How would you want to use the function?@donl commented on GitHub (Sep 4, 2022):
Ahh. When originally reading the source code I missed that connection. Thanks!