Hi,

As I understand displayTag's grouping feature allows us to display a
table that would ordinarily look like this:

--------------------
| value1 | value21 |
--------------------
| value1 | value22 |
--------------------
| value1 | value23 |
--------------------

like this:
--------------------
| value1 | value21 |
--------------------
|        | value22 |
--------------------
|        | value23 |
--------------------

Basically, it avoid repeating the same value in successive rows.  Is
there any way to get it to also merge the cells in the rows and
columns where the value is the same?  So it would instead look like
this:

--------------------
|        | value21 |
         -----------
| value1 | value22 |
         -----------
|        | value23 |
--------------------

Currently, we have some custom javascript code as a workaround, but I
was wondering if there is a way to do it with displayTag.

Thanks
Dmitry

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to