Hi,
ahhh, now I see… I had totally forgot your initial post in this thread. Sorry for the confusion. I guess I need to go to bed and sleep :-/ You are using the Row Order Extension. Then you are right. That does indeed only sort the entire string, and in that the first changes do appear in the URL. So, yes, this does not sort for the link text, and unfortunately there’s no way to change that ??
You should then indeed use the JavaScript code. And you can then actually remove the row order parameters from the Shortcode, as those are useless with the JS initial sorting. (And if you are not using the Row Order Extension on other tables, you could actually uninstall it.)
Oh, and I suggest that you extend this “Custom CSS”
#main .tablepress thead .sorting {
padding-right: 20px;
}
to
#main .tablepress thead .sorting,
#main .tablepress thead .sorting_asc,
#main .tablepress thead .sorting_desc {
padding-right: 20px;
}
to have the sorting arrows fit better.
Regards,
Tobias