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
93 ImogeneKnowles1987-01-22 ut.nulla.cras@arcu.org
Imogene Knowles
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />