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

Paging is a jQuery plugin for adding client-side pagination to large Html table that you can specify the number of rows to show per page.

Pagination table-pagination

Documentation

HTML table paging plugin

This is a simple jquery plugin to provide paging functionality to HTML tables. It shows an example how to write statefull plugins with jQuery UI's widget factory tool.

Usage:

$(".tableClass").paging({limit:5});

  • limit - the number of rows to display on a page.

Example:

View example...


You May Also Like