Pagination Tables
add paginattion to any table by using jquery
DOC :
- Link your website with Bootstrap and jQuery
- Link your website with js.js file
- on page load function add one of the below functions :
-  getPagination('table'); // to select the table by html tag 
-  getPagination('.table-class'); // or if you want to select the table by table class 
-  getPagination('#table-id'); // or select the table with table id 
-  You can use balanceSize function in $(window).resize() to balance the size on resizing the page 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
