| Issue 362: | how to create dynamic columns | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi,
I am try to create a table with dynamic column names and no. of columns. Is it possible with jmesa.
I tried something like this
<c:forEach items="${columns}" var="column">
<jmesa:htmlColumn property="xyz" title="${column}" width="3%"/>
</c:forEach>
But it did not work.
Any help would be very appreciated.
Regards,
Vinod
|