Contains a custom set of Tag Helpers for building ASP.NET 5, MVC 6 and Core applications.
Includes:
- Pagination
- Infinite Scroller
- Table auto-generation
- ...
###Pager
<pager asp-for="@Model" show-status=true show-sizes=true />###Table
<table asp-for="@Model" ajax="true" class="table" />- Add <infinite /> TagHelper

