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
The sort extender does not get bound to the View-context.
Updates of 'external' (not collection related)-observables will cause the sort function to run, but the .view will not get updated. collection.extend('sort', 'myField'); only works with numeric values.
The text was updated successfully, but these errors were encountered:
Kanaye
pushed a commit
to Kanaye/jsblocks
that referenced
this issue
Feb 13, 2016
The sort extender does not get bound to the
View
-context.Updates of 'external' (not collection related)-observables will cause the sort function to run, but the
.view
will not get updated.collection.extend('sort', 'myField');
only works with numeric values.The text was updated successfully, but these errors were encountered: