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

Paging is a fast and easy-to-use jQuery pagination plugin which dynamically generates pagination links and next/prev buttons to paginate a large HTML list.

Pagination

Documentation

Welcome to the JQTable wiki!

This plugin was written by using Jquery libray.

You can see below how to use this plugin.

    $(function () {       $(".tblEmployee").JQTable({ pageSize: 8, pageNumberSize: 4 });     });

Optional Parameters

pageSize: It is used to view how many rows in a page.

pageNumberSize: It is used to view count of numbers at the bottom.

Capture-v1

Demo:

https://codepen.io/adnan-sahin/pen/MzZrJw


You May Also Like