BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Sorting columns does not work #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to sort any of the fields in the item list (or any list)
2.
3.

What is the expected output? What do you see instead?

It should sort by column, but it does not do anything.

What version of the product are you using? On what operating system?

SVN 1063
Windows or Linux, Same result
PHP 5.3.6

Please provide any additional information below.

Also I noticed the up and down UTF char arrows show up as a ?, something must 
be breaking the UTF encoding on those chars. I checked the page encoding and it 
was UTF-8 in the browser I was using.

Original issue reported on code.google.com by jtp10...@gmail.com on 8 Sep 2011 at 12:27

GoogleCodeExporter commented 8 years ago
You must first disable sorting by item id, which, by its nature of being a 
primary key, allows no chance for subset sorting.

Original comment by Paradox924X on 6 Feb 2012 at 12:51