Skip to content

vohuman/Dynamic-Table-Paging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published