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
96 JaelBennett1967-12-27 ligula.nullam.feugiat@vulputate.net
Jael Bennett
92 LeeBenson1992-07-16 enim.gravida.sit@quisaccumsan.ca
Lee Benson
58 CynthiaBoyer1979-03-06 per.inceptos.hymenaeos@malesuada.org
Cynthia Boyer
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />