I found the page that explains this a few weeks ago but I can't seem to find it again. I have a table of "Members" with first and last names. If I sort them by their last names, and there are several members with the same last name, how do I delegate to sorting them by their first names?
To sort by only last name I'm using the url method;
$app->url('&-sort=Last_Name');