Hi, i have a simple table with 2 columns- header that of course have to do the sorting (the table is more complexed but i choose to make just only 2 columns to be sortable). Clicking on the first column, it sorts names acending or descending perfectly. clicking on the second one, the results are mixed up. This second column contains the results of a soccer leage. So I assume that if the the results are 50, 40, 60 and 20, it will make 1. 60, 2. 50, 3. 40 and 4. 20... but it doesn't: it mixes all up. I don't get it.
Why do the second col need sorting? The order is the same as when sorting the first col.
This extension is made for sorting hole tables and not just specific cols.. and the sorting is made straight down so I dont think we can make this table sortable the way it looks now.. Will do some more testing and let you know asap!