Skip to content

jamessimone/lwc-paginator

Repository files navigation

Lightning Web Component Pager

An example of how to implement a composable pagination LWC, which can be used in any project.

Included in this repository is the pager and its respective utils folder, as well as an example FAQ component that makes use of the pager to display example frequently-asked questions:

Example pagination through the pager LWC

For more information, please refer to the Joys Of Apex post on pagination!