Does anyone know how would you apply an alternating template using JsViews?
For example is there a way to generate markup like this?
<table>
<thead></thead>
<tbody>
<tr class="odd"></tr>
<tr class="even"></tr>
</tbody>
</table>
Thanks!