Skip to content

sreeo/Paginate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paginate

Pagination Script

  1. Include table.js or table.min.js

  2. call paginate function with two parameters: Number of rows per page of table and the table to be paginated

  3. Example : paginate(10,document.getElementById("table1"));

  4. Demo with 100 rows Demo with 20000 rows