Forum Moderators: open
So one view might be like this:
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
</table>
And the next page load might look like this:
<table>
<tr>
<td>2</td>
<td>4</td>
<td>1</td>
<td>3</td>
</tr>
</table>