I have asp.net mvc website and in some pages i need a paging feature, and I want to use a good library to do that for me, the issue that I don’t want this paging to render tables, I want it to render custom html i have such as li or div.
Which library you recommend for this task?
I have successfully used MvcPaging, it also allows you override the default pagination views with your own views.
You can install it via NuGet with the following command Install-Package MvcPaging