dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://nuget.org/packages/X.PagedList
MIT License
886 stars 213 forks source link
asp-net-core asp-net-core-mvc asp-net-mvc mvc net-core nuget pagedlist pager pager-configurations pagination paginator

X.PagedList

NuGet Version Twitter URL

Important announcement for X.PagedList users!

⚠️ Namespace Transferring Announcement for X.PagedList Users.

What is this?

This is a fork of Troy's project PagedList. The main difference is that X.PagedList is a library that supports the modern .NET platform — you can use it everywhere the .NET platform is supported.

This library enables you to easily take an IEnumerable/IQueryable, chop it up into "pages", and grab a specific "page" by an index. PagedList.Mvc allows you to take that "page" and display a pager control that has links like "Previous", "Next", etc.

How to use

You can find all information about how to use X.PagedList libraries in Wiki

License

Licensed under the MIT License.

Get a digital subscription for project news

Subscribe to my Twitter to keep up-to-date with project news and receive announcements.