-
Notifications
You must be signed in to change notification settings - Fork 66
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
Implement Pagination for Fetching Cycle Count Items on Admin detail screens #657
Comments
amansinghbais
added a commit
to amansinghbais/inventory-count
that referenced
this issue
Jan 22, 2025
…tails page in admin screen (hotwax#657)
1 task
amansinghbais
added a commit
to amansinghbais/inventory-count
that referenced
this issue
Jan 23, 2025
amansinghbais
added a commit
to amansinghbais/inventory-count
that referenced
this issue
Jan 23, 2025
Currently, items are sorted client-side by parentProductName, but with pagination, sorting needs to be handled by the API. This requires backend support to provide pre-sorted items. Marking this ticket as On Hold until the support is available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the motivation for adding/enhancing this feature?
Add pagination functionality for fetching cycle count items on the details page of admin screens. Use the DxpPagination component from the dxp-component library to enhance user experience and optimize data handling for large item lists.
What are the acceptance criteria?
Can you complete this feature request by yourself?
Additional information
The text was updated successfully, but these errors were encountered: