This content has been marked as final.
Show 1 reply
-
1. Re: spry data messed up in Forefox
Arnout Kazemier Oct 19, 2009 11:51 PM (in response to Kristtee)I would rather think there would be bug in IE instead of Firefox
Anyways try this:
<table width="400" cellpadding="0" cellpadding="0" border="0">
<tr>
<th spry:sort="name" width="200">Name</th>
<th spry:sort="age" width="100">Age</th>
<th spry:sort="alignment" width="100">Alignment</th>
</tr>
<tbody spry:repeatchildren="ds1">
<tr>
<td>{name}</td>
<td>{age}</td>
<td>{alignment}</td>
</tr>
</tbody>
</table>

