Sorting a Collection
Explore how to manage and display collections in Marionette.js by applying the comparator attribute to sort models alphabetically by firstName, ensuring a robust and maintainable order.
We'll cover the following...
We'll cover the following...
Displaying contacts in alphabetical order
You’re probably slightly annoyed that our contacts aren’t displayed in alphabetical order.
If you’re ...