Message Thread: |
View All MessagesBack to WebFX |
I've just spent an hour (I'm slow :D ) trying to figure out why your script does not work on my table as it was supposed to. Clicking on the table head did not trigger any sorting. Why ? Because my table header is (according to W3C's rules) build with THs and not TDs. I customized the script to my own needs, but this is not the best solution, of course. Maybe you should trigger the sorting for for both TDs and THs. Or, at least, post somewhere visible that it works ONLY on TD ;) |