Ngx Pagination-Jump to Specific Page

814 Views Asked by At

I would like to create ngx pagination in angular 8 specifically jump to exact page.

Ex Go To (Text box comes here) . I have 10 pages when user tries to enter 3 it should move to page 3.I'm pretty new to Angular.your help will be appreciated.

1

There are 1 best solutions below

0
On

Please refer official question raised by someone here

Also, check docs from library paginationcontrolsdirective

Library provide the event called setCurrent(val) so, you can pass input value by button click

I hope you are clear with the provided solution