Hi,

I'm using the table module on our 505-dinghy web site for storing and showing race results. The problem is that for some reason sorting by column doesn't work.

However going back to version 1.1.2.18.2.8.2.3 solves the problem for me.

Cheers
Mikkel

Comments

pobster’s picture

Status: Active » Closed (duplicate)

Been reported three times already and I *know* why it does this - it's because the same length reference is given for no sorting as it is for sorting without a page length ("NULL") - it's going to be an amazingly simple fix once I get a chance to get a resonable amount of time in front of a PC to sort it out... I'm just still waiting for that time :o(

If you wish to use the latest version which would solve a problem with sorting (previous versions sort same entries into a backwards order, instead of how they're inserted into the database) just give the table you're using a list length. Simple as that... It doesn't even matter if the list length is 10000000 because it'll only display what you have and not what you set the length to be. The problem is the "NULL" I was talking about above.

On a harsher note... As this is the third new bug report on the same bug, if that total reaches five then I'm going to have to delete tablemanager from the site until I can fix the bug. I can't have people using a buggy version of my module just because of my circumstances.

Pobster (who would really appreciate someone else just making me a nice patch for my module now I've explained the problem!)