Pagination Control

This topic shows the basic HTML generated for the Pagination Control component.

<table class=”paginator”>
<tr>
<td>Items <b>1st - N-th</b> of TOTAL &nbsp&nbsp;</td>
<td><a>Previous</a></td>
<td><a>1</a>
.
.
.
<td><a>N</a></td>
<td><a>Next</a></td>
</tr>
</table>