Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) - Ability to configure number of results per page in useOpenmrsInfinite #1251

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kb019
Copy link
Contributor

@kb019 kb019 commented Dec 20, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. Ensure your PR title includes a conventional commit label (such as feat, fix, or chore, among others). See existing PR titles for inspiration.

For changes to apps

If applicable

  • My work includes tests or is validated by existing tests.
  • I have updated the esm-framework mock to reflect any API changes I have made.

Summary

Currently, while using the infinite hook, the number of results fetched per page is 50, which is the default value. I was just thinking, what if we wanted to fetch only 20 results per page or any number other than 50? I think it would be nice to have an option to configure that in the useOpenMrsInfinite hook. I have made the necessary changes accordingly.Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant