gpc wrote:I tried it. No effect using Opera 5.11.
IEX 5.50 reacts indeed - but slow.
Both of those browsers are what, years old?
About speed: if you've got quite a few disposables, then you're asking an interpreted, loosely-typed language to sort the columns, then push them to the browser, which has to re-render the columns. On AMD 2500+, running Firefox on Linux, it takes about 1 second to sort them. At any rate, it's faster than waiting for the sorted page to download from the server.
P.S. When will the Lua scripting language be embedded in a browser? :>
gpc wrote:Again I state those up/down arrows have been visible, even in Opera.
Seems you use onclick="sortColumn...
Why no support for older browsers?
josh, this is a valid point. How about leaving the old arrows in, wrapping them all in <noscript> tags? This would allow JS browsers to sort locally, while not denying sorting to users of older or non-JS browsers (e.g. ELinks, which I use regularly).