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
When I click "Age" for the first time, I would expect the list to sort in descending (large to small) order, but this is ignored and just sorts in ascending order. The following toggles all work, but it's the initial sort that doesn't match with what I'm expecting.
The text was updated successfully, but these errors were encountered:
I'm either not understanding how
data-default-order
is supposed to work, or it's not working at all.The docs: https://listjs.com/docs/search-sort/
Here's an example: https://codepen.io/DannyJoris/pen/PobqXjQ
When I click "Age" for the first time, I would expect the list to sort in descending (large to small) order, but this is ignored and just sorts in ascending order. The following toggles all work, but it's the initial sort that doesn't match with what I'm expecting.
The text was updated successfully, but these errors were encountered: