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
If you look at views/restaurants.html you'll see the table headers order is Name-Price-Rating, but the actual columns (td's) are ordered name-rating-price.
This causes the sorting to seem faulty.
An easy fix would be to just put the headers on the right order:
If you look at views/restaurants.html you'll see the table headers order is Name-Price-Rating, but the actual columns (td's) are ordered name-rating-price.
This causes the sorting to seem faulty.
An easy fix would be to just put the headers on the right order:
The text was updated successfully, but these errors were encountered: