angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Pagination UI Bootstrap 4 for AngularJS and JSON. #6714

Closed dsagredo closed 5 years ago

dsagredo commented 5 years ago

Hello

I have a problem can you help me?, using Angular filter with pagination ui bootstrap 4. This works fine and filters the items perfectly.The problem arises because I am using displayItems with a uib-pagination element. The pagination uses totalItems instead of displayItems.

Obviously I need to somehow apply the filter on the total-items, then create the displayItems, and put the filteredItems in the uib-pagination.

I'm not sure how to do this. Any thoughts? All help much appreciated... https://next.plnkr.co/edit/sq5JBcPgh6Nr7ZNU?preview

icfantv commented 5 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.