Issue 362: how to create dynamic columns
Status:  New
Owner: ----
Reported by vinod4...@gmail.com, Mar 5, 2014
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