My table columns are sorted by the Tablekit library (millstream.com.au/
upload/code/tablekit/) which run on Prototype.
The user can click the columns to toggle the sort order either
ascendingly or descendingly.
I can save the current sort order (preference) in the server.
After the page is refreshed, the web page is sorted by the original
sort order.
How to make the Tablekit library to sort with the current sort order
after page refresh?
My web page column is:
<th class="sortfirstdesc" id="urgency"
onClick="reverseOrder($sortdesc)">ID</th>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to