A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi, most of the time we create a custom pageing in the controller. But there is also a great html helper in the nuget library that you can use for paging. This list of nuget pakages is ok: http://nugetmusthaves.com/Tag/paging
Hi all,
Any good examples of paging for page lists (either block or page type).
Just trying to create a 'listing' page type that shows paging controls.
I can foresee using skip and take in the controller, but wondering about how to generate the necessary HTML buttons/links.
Also, wondering if this paging extenstion method is appropriate http://world.episerver.com/documentation/Class-library/?documentId=cms/8/C830ADCC
Thnks