Skip to content

saadbenrouyne/Dynamic-Table-Paging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Paging for Dynamic Table

Paging and sorting reversely for a table with dynamic data by using AngularJS and bootstrap

In html file, to disable Next you should define your own expression:
ng-class="{disabled: pagedItems[currentPage].length < itemsPerPage}"

Expression pagedItems[currentPage].length < itemsPerPage is because of the length of my sample data.

About

Source code of a table with paging for dynamic data using AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • HTML 44.6%