Issue 193: make default column sort
Status:  Invalid
Owner: ----
Closed:  May 2009
Reported by nhanth...@yahoo.com, May 7, 2009
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.


May 7, 2009
Project Member #1 jeff.johnston.mn@gmail.com

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

https://code.google.com/p/jmesa/wiki/Limit
May 7, 2009
#2 hoaben...@gmail.com
Can we make default sort columns in jsp, not in java code?


May 8, 2009
Project Member #3 jeff.johnston.mn@gmail.com
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.
Status: Invalid