An example showing how a seperate custom pagination can be used rather than the in-built default.
pagination to 'false'<directory> and <pager> helpersstart-at of the <directory> to 'B'| Id | First | Last | Birth Date | Favorite Color | Full Name | |
|---|---|---|---|---|---|---|
| 64 | Maxine | Hobbs | 1978-11-19 | tellus.non.magna@egestas.co.uk | Maxine Hobbs | |
| 3 | Lysandra | Holloway | 1986-04-11 | dui@donec.edu | Lysandra Holloway | |
| 21 | Driscoll | Houston | 1958-10-10 | mus.aenean.eget@cras.net | Driscoll Houston | |
| 9 | Sonya | Hubbard | 1984-08-09 | ut.nulla.cras@consectetueradipiscingelit.com | Sonya Hubbard |
Markup
@model IPagedList<BasicPersonView> <table class="table" asp-for="@Model" />