homena / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

how to create dynamic columns #362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by vinod4...@gmail.com on 5 Mar 2014 at 11:45