tablesorter question, sorting on hidden data
Hi,
I would like to use tablesorter but I would like to set the columns
sorting by using an XPath selector to a value in a hidden form field
that will be of date format, for example the xpath:
/html/body/table[@id='nav']/tbody/tr[@class='activatorelements']/td[2]/input[@name='dateobject']/@value
should return an ISO datetime data type, and that datetime should be
used to sort all rows of the table when one clicks on the column
neader named data.
Does this seem like something that will work with tablesorter?
Best Regards,
Bryan Rasmussen