wanjidong / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

make default column sort #193

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'am using jmesa 2.3 and I need to sort multicolumns as following:
column 2 -> column 3 -> column 1.

- Currently, I can configure to sort by clicking column by column
- My problem is: how can a make these columns sorted by default when jsp
page is loaded.

Thanks.

Original issue reported on code.google.com by nhanth...@yahoo.com on 7 May 2009 at 10:05

GoogleCodeExporter commented 8 years ago

Take a look at this page under the heading "The Limit Exposed".

http://code.google.com/p/jmesa/wiki/Limit

Original comment by jeff.johnston.mn@gmail.com on 8 May 2009 at 3:07

GoogleCodeExporter commented 8 years ago
Can we make default sort columns in jsp, not in java code?

Original comment by hoaben...@gmail.com on 8 May 2009 at 4:16

GoogleCodeExporter commented 8 years ago
The short answer is no...

The way the API is designed makes this not possible. Manipulating the Limit is 
the
way you would make the table show up in different states.

Original comment by jeff.johnston.mn@gmail.com on 8 May 2009 at 8:59