Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 574 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 574 Bytes

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!