Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamessimone/lwc-paginator

Composable pagination LWC
https://github.com/jamessimone/lwc-paginator

lightning-web-components lwc salesforce salesforce-developers salesforce-lightning salesforce-lightning-components salesforce-lightning-web-components salesforcedx web-component web-components

Last synced: about 9 hours ago
JSON representation

Composable pagination LWC

Awesome Lists containing this project

README

        

# 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](./joys-of-apex-lightning-web-component-page-ranges.JPG)

For more information, please refer to the [Joys Of Apex post on pagination](https://www.jamessimone.net/blog/joys-of-apex/lwc-composable-pagination/)!