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

Query results columns are too wide for long column names #18569

Open
kburtram opened this issue Jan 22, 2025 · 0 comments
Open

Query results columns are too wide for long column names #18569

kburtram opened this issue Jan 22, 2025 · 0 comments
Labels

Comments

@kburtram
Copy link
Member

  • MSSQL Extension Version: latest

Steps to Reproduce:

  1. Run a query against a table with long column names, but the values aren't really long.

Expected: The column width should be size more aligned with the column content, not the column name. If a column is too narrow for the entire column name to show, it can be truncated with a trailing "...".

Actual: Columns are sized to column name, taking too much horizonal space. See screen below.

Image

@kburtram kburtram added the Bug label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant