dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://andrew.gubskiy.com/open-source
MIT License
899 stars 213 forks source link

Added ItemSliceAndTotalPosition option to control place of this item #216

Closed daliboris closed 2 years ago

daliboris commented 3 years ago

Added option ItemSliceAndTotalPosition to place an ItemSliceAndTotalPosition info at the beginning or the end of PagedList items.

Default behavior of the PageList is not changed.