mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

The 'Links' section isn't sorted #11

Open timbunce opened 11 years ago

timbunce commented 11 years ago

This makes it hard to use once there are more than a few links.

Sorting by rel then title, or title then rel, would be fine by me.

Even better would be to use a jquery table sorting plugin and let the user alter the default sort.

Giving special treatment to next and prev links to keep them at the top, at least in the default sort, might be useful to aid rapid paging.