Issue 177: drag and drop of column , jmesa Support ?
Status:  Invalid
Owner: ----
Closed:  Jan 2009
Reported by bhaveshs...@gmail.com, Jan 7, 2009

Hi Jeff,
 I wanted to know if Jmesa has support for (USING THE JSP TAGS):

1) drag and drop of column header and the column cells.

if I have a table:

columnHeader1 | columnHeader2 | columnHeader 3|

does Jmesa have support for draggging columnHeader1 after columnHeader2, so
that the table now becomes:
columnHeader2 | columnHeader1 | columnHeader 3|

2)Hide and show column dynamically.
Suppose I have a table displayed in my view. And I want to hide one of the
column. How do I do this using the JSP tags?

Jan 7, 2009
Project Member #1 jeff.johnston.mn@gmail.com
You can dynamically build the columns using the HtmlColumnsGenerator interface.

https://code.google.com/p/jmesa/wiki/HtmlColumnsGenerator
Jan 8, 2009
#2 bhaveshs...@gmail.com
Thanks Jeff for your quick reply. 
I had read about the HtmlColumnsGenerator. But I wanted to know if it was possible
without having to do any work in the controller.
Jan 25, 2009
Project Member #3 jeff.johnston.mn@gmail.com
(No comment was entered for this change.)
Status: Invalid