简体   繁体   中英

AngularJS Pagination with limited number of pages on UI

I'm trying to do the pagination in AngularJS. Currently I'm using ng-simplePagination package which is very great to use,

But I want to show limited number of pages only on UI, along with next and previous buttons. I have gone through some of the pagination examples, but all uses bootstrap or some other directives which I don't want to install or use in my project.

Can somebody direct me to any simple angular way or package, to deal with pagination with limited number?

ngTable is really good module that you can use. However I have found one solution here which is implemented using simplePagination only. Hope this helps. Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM