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
33 RhiannonLindsay1985-09-06 ac.risus@ligula.ca
Rhiannon Lindsay
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />