Hello all.

I need to customize the displaytag header. Specifically, one of my columns
is populated from a Map<String, Integer[]>, with the String being the name
of an Item, and the Integer[] array being various status totals for that
item.

Basically, I need this generated:

<tr>
<th rowspan="2">Department</th>
<th rowspan="2">Reporting Date</th>
<th>Item Name</th>
</tr>
<tr>
<th>Working</th>
<th>Nonworking</th>
<th>Percent Available</th>
</tr>

The second row would appear under the Item Name block.

Anyone able to help?

Jason
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to