ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

Sorting on Tables #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How to reproduce ?
1. go to showcase http://69.20.122.77:8880/gwt-mosaic/Showcase.html
2. go to Tables / Paging Scroll Table
3. click on any column heading 

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

i expect a sorted table, cause there is an arrowe in the heading
but no sorting is done, bur the order changes , 

now idea what system behind, tried age (int?) gender (boolean?) and 
race(String?)

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

using chrome

Please provide any additional information below.

cool system , serious bug 

Original issue reported on code.google.com by 9drag...@googlemail.com on 22 Sep 2008 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by georgopo...@gmail.com on 23 Sep 2008 at 6:41

GoogleCodeExporter commented 9 years ago
It's likely a copy of the problem with the Google PagingScrollTable demo that 
that
one seems to be a copy of. It just generates random data for all requests and 
ignores
sorting.

Original comment by nperel...@lgsinnovations.com on 23 Sep 2008 at 10:07

GoogleCodeExporter commented 9 years ago
The server side code is dummy this is why the sorting fail.

Original comment by georgopo...@gmail.com on 23 Oct 2008 at 4:49