PioneerCode / pioneer-pagination

ASP.NET Core Tag Helper that simplifies pagination.
MIT License
28 stars 9 forks source link

Cannot navigate to another page #24

Open Sandip124 opened 4 years ago

Sandip124 commented 4 years ago

As the pagination create link something like https://localhost:44312/2 for page no 2 so when I apply filter in my form I cannot hit the index page with the page property so the link redirect to 'Page not found Page'. Can I get some modification just like query parameter where I can filter my data using that or other alternative.