Definir funcion para comparar coleccion en backbone
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
reorderByName: function(){ myCollection.comparator = function(item){ return item.get('name'); }); myCollection.sort({silent: true}); this.render(); })