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

No ability to resize areas that each result set takes up when displaying multiple #18247

Open
Benjin opened this issue Oct 16, 2024 · 2 comments

Comments

@Benjin
Copy link
Contributor

Benjin commented Oct 16, 2024

Repro:

  1. execute a query with multiple selects, e.g.:
select * from sys.objects
select * from sys.columns
select * from sys.all_columns

Expected:
I can resize the areas that each of the three result sets takes up so that I see more of sys.columns and less of sys.objects if I want

Reality: no ability to resize the multiple areas; they're always equally split between the result sets.

@caohai
Copy link
Member

caohai commented Oct 16, 2024

I don't think ADS allows resizing individual result sets, but multiple results do auto resize accordingly when the panel is resized. Do we need result set level resize or is a minHeight sufficient in this case?

@Benjin Benjin added this to the Backlog milestone Oct 16, 2024
@Benjin
Copy link
Contributor Author

Benjin commented Oct 16, 2024

minheight + embiggen option good enough for now, especially given that's how ADS handled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants