Created
March 30, 2015 10:24
-
-
Save albe/ee0ec7473e07557ad76f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:for each="{results}" as="result"> | |
<f:cycle values="{0: 'odd', 1: 'even'}" as="zebraClass"> | |
<tr class="content_row result"> | |
<tmr:table.column each="{columns}" as="column" value="val" iteration="it" result="{result}" partialPath="Results/Column/"> | |
<td valign="middle" class="{zebraClass} {column.className}{f:if(condition:it.isFirst,then:' first')}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment