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

Pagination not properly handled in PageLoadingTable component #367

Open
saadanzari opened this issue Oct 29, 2024 · 0 comments
Open

Pagination not properly handled in PageLoadingTable component #367

saadanzari opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@saadanzari
Copy link
Contributor

Current Behavior

  1. With the recent implementation of onScroll pagination, the hideFooter property is malfunctioning in PageLoadingTable component. As a result, only the first 100 records are displayed when there are more than 100 available. Additionally, although the TableFooter remains hidden, there’s a glitch where each scroll action loads 10 items, based on the API response for each scroll event.
  2. Server-Side pagination with enabled Footer in PageLoadingTable component, does not work.

Expected Behavior

  1. the scroll behavior should be smooth on scroll with more than 100 records as well.
  2. the table should support a loadButton variant and load 10 records on each click on the button.
  3. enable server side pagination in in PageLoadingTable,

Steps To Reproduce

  1. Login to Portal App.
  2. Navigate to any list page (Table from) (e.g., Technical user management, Partner Network, Credential Management) in the Portal App.
  3. Check the table data with more than 100 records.
@saadanzari saadanzari added the bug Something isn't working label Oct 29, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Oct 29, 2024
@saadanzari saadanzari changed the title Pagination not properly handled in PageLoadingTable component across all list pages in the Portal App Pagination not properly handled in PageLoadingTable component Oct 29, 2024
@MaximilianHauer MaximilianHauer moved this from NEW USER REQUEST to BACKLOG in Portal Nov 18, 2024
@MaximilianHauer MaximilianHauer added this to the Release 25.03 milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: BACKLOG
Development

No branches or pull requests

2 participants