Skip to content

yasser-mas/pagination-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagination Tables

add paginattion to any table by using jquery

DOC :

  1. Link your website with Bootstrap and jQuery
  2. Link your website with js.js file
  3. 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

Try the DEMO

alt text

About

pagination tables by using Jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published