John0King / cloudscribe.Web.Pagination

ASP.NET Core MVC TagHelper for Pagination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudscribe.Web.Pagination

ASP.NET Core TagHelper for Pagination

This was implemented in support of a larger project cloudscribe.Core.Web but has been moved to a separate repository since it has no dependencies on other "cloudscribe" components and should be useful in any ASP.NET Core MVC project that needs pagination. Get the big picture on cloudscribe projects at cloudscribe.com

Much/most of the credit for this project should go to the MvcPaging project. Some of the ideas, logic, tests, and demo content are borrowed from that project.

In addition to the PagerTagHelper, this project also has an AlphaPagerTagHelper for Alphabetic pagination that can be used to filter the paged content in conjunction with the numeric pager.

Documentation

The documentation for installation and use has been moved here: https://www.cloudscribe.com/docs/cloudscribe-web-pagination

You can download/clone this repo and run the PagingDemo.Web project to see multiple demo pages using the pager in various configurations including ajax and ajax inside a bootstrap modal.

If you have questions or find bugs, please post in the issues

Twitter URL Twitter Follow Join the chat at https://gitter.im/joeaudette/cloudscribe

Build Status

Windows Linux
Build status Build Status

Follow me on twitter @cloudscribeweb and @joeaudette

About

ASP.NET Core MVC TagHelper for Pagination

License:Apache License 2.0


Languages

Language:C# 53.9%Language:JavaScript 24.0%Language:HTML 20.9%Language:CSS 1.2%