Hacker News new | past | comments | ask | show | jobs | submit login

It's tedious but can be accomplished with server side sorting.

You could have:

<th>

    <a href="/search?sort=name&direction=asc">

        Name

    <a>
</th>

The server side code would interpret the sort and direction parameters and sort results as instructed.




Server side sorting is already being done :)


On the issue of sorting, it should be labelled ASC for Ascending, not AESC. That's the only fault I can find...


will be fixed




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: