-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actually sort the list #145
Comments
@htgoebel The list is initially sorted by implementation status and can be sorted by any of the available columns: Sorting relies on JavaScript to be enabled though. |
The list should be sorted per default and not rely on Javascript. For me it was not even sorted when enabling Javascript. |
@htgoebel You might be blocking our CDN then – could you check your Browser Console for JavaScript errors? |
My point is: The list should already be sorted in the html delivered and not rely on being sorted by Javascript on the client side. |
@htgoebel I think you made that point somewhat clear, I was just asking whether you saw any JavaScript errors. Pre-Sorting the list before rendering the HTML is something we could add, but then it'd be only sorted by e.g. status or name. |
IC. I can't reproduce the "not even sorted when enabling Javascript" when I tried again just now. Sorry, this part looks like a false alarm. |
While there are several closed issues about the list to be sorted (#21, #38), the list still is not sorted. Please sort it. Thanks.
Since sorting might not be that easy in liquid, https://stackoverflow.com/questions/8991995/using-liquid-to-sort-posts-alphabetically might be of help.
The text was updated successfully, but these errors were encountered: