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
64 MaxineHobbs1978-11-19 tellus.non.magna@egestas.co.uk
Maxine Hobbs
3 LysandraHolloway1986-04-11 dui@donec.edu
Lysandra Holloway
21 DriscollHouston1958-10-10 mus.aenean.eget@cras.net
Driscoll Houston
9 SonyaHubbard1984-08-09 ut.nulla.cras@consectetueradipiscingelit.com
Sonya Hubbard
Markup
@model IPagedList<BasicPersonView>
<table class="table" asp-for="@Model" />