wanjidong / jmesa

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

hiding columns and shifting columns #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using jmesa2.4.

and I'm using JSP tags.
From the controller , i send the collection of Beans.
    request.setParameter("items", getAllPresidents());

In the view, I use the JSP tags.
I am able to display the columns say.

Firstname | Lastname | Age | Street | City |

using jmesa, 
1)can I hide the columns by clicking something ?
2) can I drag a column to a different position. Like can I drag the
Firstname column after the Age, and now the display becomes:

 Lastname | Age | Firstname | Street | City |

Original issue reported on code.google.com by bhaveshs...@gmail.com on 7 Jan 2009 at 5:02

GoogleCodeExporter commented 8 years ago
At the moment you could probably do something like that in JavaScript. However, 
I bet
the expectation would be that the columns stay permanently changed for that 
session.
That would require quite a bit more work...although with JMesa being an API 
that has
the View split out I bet it would be possible.

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

GoogleCodeExporter commented 8 years ago

Original comment by jeff.johnston.mn@gmail.com on 25 Jan 2009 at 4:32