Add button to retrieve more/all rows, and refresh result#516
Merged
SanjulaGanepola merged 5 commits intomainfrom Apr 19, 2026
Merged
Add button to retrieve more/all rows, and refresh result#516SanjulaGanepola merged 5 commits intomainfrom
SanjulaGanepola merged 5 commits intomainfrom
Conversation
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
|
👋 A new build is available for this PR based on 813e15e. |
This was referenced Apr 11, 2026
Closed
|
@SanjulaGanepola |
Collaborator
|
Instead of "More" rows, why not have the control retrieve "All" rows... like ACS's RSS. |
|
Maybe it can be interesting to have a parameter |
Collaborator
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Member
Author
Collaborator
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







Changes
As of right now, users have to scroll to the bottom of the results panel to load more results. Several users have reported that this has been an issue. Although I haven't found an exact fix to the scrolling issue, I was able to reproduce the issue on my end by zooming in (quite a lot!). As a work around and nice feature, I thought it would make sense to add a button to
Retrieve More Rows. The button should only be enabled when there are more rows to fetch.Fixes #509
Fixes #470
Fixes #341
Fixes #287
How To Test
Clear Results(button beside it) and verify the new button is disabled.