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
Comment #1
stevenpatzis this still an issue?
Comment #2
FabriceV commentedYes
Comment #3
catchThe 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.