[jQuery] tablesort url sorting issue
Howdy. I have a really simple problem that im generating a column of form
items which look like:
$Guid = new Guid();
$formname2 = $Guid->toString();
// RESULTS IN HERE
echo "<td>
<form method='post' name='" . $formname . "' action='horseview.php'>
<input type='hidden' name='GUID' value='" . $result['HorseGUID'] . "'>
javascript: document." . $formname . ".submit() " . $result['Horse_Name'] .
"
</form>
</td>";
Hence i would like to sort the url based on the displaying text and not
based on the actual url which at the moment is a GUID.
Any help would be awsome cakes!
--
View this message in context: http://www.nabble.com/tablesort-url-sorting-issue-tp20025862s27240p20025862.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.