Is it somehow possible to set the order of colums no matter in what order
they are written inside <display:table> tag?
For example:

<display:table name="myTable">
    <display:column property="column1" />
    <display:column property="column2"/>
    <display:column property="column3" />
  </display:table>

.. I would like the column 2 to be displayed first, column 3 second and
column 1 last.

Is it possible ? Thanks.




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to