🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A simple jQuery table pagination plugin which divides your long html table into multiple pages for better readability.

Pagination table-pagination

Documentation

simplepagination

This is a litle plugin to do a pagination in a table data.

Step 1.- Setup your table with the class and attributes (number-per-page and current-page) number-per-page="5" current-page="0" class="pagination"

Step 2.- Include the simplepagination file

<script type="text/javascript" src="simplepagination.js"></script>

Step 2.- Fire up the plugin with $(function(){ $(".pagination").pagination(); })


You May Also Like