michaelbromley / ngx-pagination

Pagination for Angular
http://michaelbromley.github.io/ngx-pagination/
MIT License
1.21k stars 245 forks source link

How to create or customize the feature choosing the items per page like that ? #367

Closed tungphamhttt1 closed 3 years ago

tungphamhttt1 commented 3 years ago

Hi I am wondering how can i create or customize the feature choosing the items per page like that in project image Thank you.

=======

michaelbromley commented 3 years ago

Hi,

The basic idea is to bind the "items per page" select input to the variable used to set the itemsPerPage in the pagination config.

tungphamhttt1 commented 3 years ago

ok, thank so much.