Fork me on GitHub

Table - Custom Pager

An example showing how a seperate custom pagination can be used rather than the in-built default.

IdFirstLastBirth DateEmailFavorite ColorFull Name
32 YvonneFlores1963-04-04 luctus.aliquet@dignissimlacusaliquam.org
Yvonne Flores
71 RyanFrost1959-03-05 quis@tincidunt.ca
Ryan Frost
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />