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.
Demo: