Pagination Script
-
Include table.js or table.min.js
-
call paginate function with two parameters: Number of rows per page of table and the table to be paginated
-
Example : paginate(10,document.getElementById("table1"));
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Pagination Script
Include table.js or table.min.js
call paginate function with two parameters: Number of rows per page of table and the table to be paginated
Example : paginate(10,document.getElementById("table1"));