Define a simple way to sort the contents of a column upon clicking the
column name in the web app!!
On Jun 23, 2008, at 1:24 PM, Apne Ram wrote:
Define a simple way to sort the contents of a column upon clicking the
column name in the web app!!
Client side via javascript…
http://www.google.com/search?q=javascript+table+sort
Lots of options.
-philip
Philip H. wrote:
Lots of options.
Nice response ;-). ‘Do your own homework.’
Best regards,
Bill
Apne Ram wrote:
Define a simple way to sort the contents of a column upon clicking the
column name in the web app!!
There’s no such thing as a simple way to do that. Someone, somewhere,
had to write a good bit of code to accomplish it. There might be a
simple implementation for you to choose, such as a Javascript table
sorter thing-a-ma-bob, but I’ve always went the route of remote
callbacks to the server to make sure the data aren’t stale. There’s
nothing terribly hard about it, other than it takes some thought and
time to code it.
Peace,
Phillip