Dear Mr,
It is impossible to sort recent post list per column title. It is surprising because users can sort all (?) other tables (e.g. log, user list...) from core drupal module. This problem is still present from long now. I do not know if it is "just" a problem of copy or problematic to copy the code already presents into other core modules...
Kind regards.

Comments

stevenpatz’s picture

Version: x.y.z » 6.x-dev
Status: Active » Postponed (maintainer needs more info)

is this still an issue?

FabriceV’s picture

Yes

catch’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

The tracker query as it stands is very, very expensive. Making the tracker table sortable per-column based on the existing query would add a whole extra level of hell.

You can override the core tracker view with views though and make that sortable if you want as far as I know though.