You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Server-Side pagination with enabled Footer in PageLoadingTable component, does not work.
Expected Behavior
the scroll behavior should be smooth on scroll with more than 100 records as well.
the table should support a loadButton variant and load 10 records on each click on the button.
enable server side pagination in in PageLoadingTable,
Steps To Reproduce
Login to Portal App.
Navigate to any list page (Table from) (e.g., Technical user management, Partner Network, Credential Management) in the Portal App.
Check the table data with more than 100 records.
The text was updated successfully, but these errors were encountered:
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
Current Behavior
Expected Behavior
Steps To Reproduce
The text was updated successfully, but these errors were encountered: