Forum Moderators: open
<Members>
<Member>
<Name>whatever</Name>
<RecentPointsSpent>20</RecentPointsSpent>
<RecentPointsEarned>40</RecentPointsEarned>
<CurrentPoints>120</CurrentPoints>
<LastItems><a href="test">whatever</a></LastItems>
</Member>
</Members> <div spry:region="ds1">
<table>
<tr>
<th spry:sort="Name">Name</th>
<th spry:sort="RecentPointsSpent">RecentPointsSpent</th>
<th spry:sort="RecentPointsEarned">RecentPointsEarned</th>
<th spry:sort="CurrentPoints">CurrentPoints</th>
<th spry:sort="LastItems">LastItems</th>
</tr>
<tr spry:repeat="ds1">
<td>{Name}</td>
<td>{RecentPointsSpent}</td>
<td>{RecentPointsEarned}</td>
<td>{CurrentPoints}</td>
<td>{LastItems}</td>
</tr>
</table>
</div>