Is there a way to do manual table layout in the likes of forms?

$table.startTag()
   #foreach($row in $table.rows)
       $row.cell.myColumnOne $row.cell.myColumnTwo
   #end
$table.endTag()

or something similar?

Thanks.
-- 
View this message in context: 
http://n2.nabble.com/Table-layout-tp3031400p3031400.html
Sent from the click-user mailing list archive at Nabble.com.

Reply via email to