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
25 ConnorUnderwood1986-01-04 aliquet.odio@ullamcorperduiscursus.ca
Connor Underwood
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />