<t:dataTable> set custom header layout
--------------------------------------
Key: TOMAHAWK-1547
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1547
Project: MyFaces Tomahawk
Issue Type: Improvement
Components: Extended Datatable
Environment: ALL
Reporter: Dave
Very often we need to have custom table header such as:
<thead>
<tr><th colspan=3>Buy</th><th colspan=3>Sold</th> </tr>
<tr><th>Quantity</th><th>Unit Price</th>><th>Total</th>
<th>Quantity</th>><th>Unit Price</th>><th>Total</th></tr>
</thead>
The <t:dataTable> should have a value binding to HTML code for table header,
like
<t:dataTable thead=#{bean.theadLayoutHtmlCode}
...
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.