You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the sort function is being ignored. After investigating and running some traces on the code, it looks like it's not being set at all. The constructor of ddpReactiveCollection doesn't process the sort property.
This isn't a major problem since I can rewrite the code above as follows:
Hello, and thanks for a great library!
Although the documentation implies that the following should be possible:
It appears that the sort function is being ignored. After investigating and running some traces on the code, it looks like it's not being set at all. The constructor of
ddpReactiveCollection
doesn't process thesort
property.This isn't a major problem since I can rewrite the code above as follows:
...and it works as expected. But either the documentation should probably be updated, or the code fixed to work as documented.
The text was updated successfully, but these errors were encountered: