Sorting Products
Learn to sort the products based on an attribute.
We can sort our products based on their price in the admin
and category
routes. We need to add the sorting buttons and sort the products in the controllers of these routes.
Adding sorting buttons
Let’s add ascending and descending sort buttons. We’ll also add a button to clear the sorting in our admin.hbs
and category/index.hbs
templates.
Adding buttons in the admin.hbs
template
Open the app/templates/admin.hbs
template and add the sort and clear buttons:
Get hands-on with 1400+ tech skills courses.