-
Notifications
You must be signed in to change notification settings - Fork 800
Description
Please note that security bugs or issues should be reported to security@pgadmin.org.
Describe the bug
If the user set the On demand record count to a lesser value e.g. 10 and the table has more rows than that and in the data output panel scroll is not there the user is unable to load the next set of records in the data output panel.
To Reproduce
Steps to reproduce the behavior:
- Set the
On demand record countcount in preferences to 10 (considering the table has more than 10 rows) - Now open the Query tool and execute a simple select query on the table that has more than 10 rows
- now check the
Data Outputpanel showing 10 rows and the query tool status bar is showing Total rows 10 of N (Total number of rows in the table) - But now I am not able to load the next set of records as there is no scroll
Expected behavior
A clear and concise description of what you expected to happen.
Error message
If there is no scroll in the Data Output panel and the table has more rows to load then there should be an option that will allow the user to load the next set of data in Data Output.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: macOS Ventura (This is not platform specific)
- Version: 7.0
- Mode: Desktop
