Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamessimone/lwc-paginator
- Owner: jamessimone
- License: mit
- Created: 2020-06-03T15:12:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:16:15.000Z (about 1 year ago)
- Last Synced: 2024-11-01T11:34:35.642Z (7 days ago)
- Topics: lightning-web-components, lwc, salesforce, salesforce-developers, salesforce-lightning, salesforce-lightning-components, salesforce-lightning-web-components, salesforcedx, web-component, web-components
- Language: JavaScript
- Size: 14.6 KB
- Stars: 17
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lwc - LWC Paginator
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/)!