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
8 JordanJohnston1950-10-06 etiam.gravida@vestibulumuteros.ca
Jordan Johnston
11 HerrodJordan1964-11-05 non.egestas.a@pede.net
Herrod Jordan
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />