Skip to content

Bug: Unbounded column width in query results #2

@Orb-MS

Description

@Orb-MS

Description

If query results contain a row with a long value (e.g. string) in one of the columns, the width of that column in the view automatically adjusts to fit the entire string. As strings can be very long and might appear in several columns, this renders scrolling horizontally incredibly difficult.

Steps to Reproduce

  1. Run a KQL query on a table with long string/dynamic values
  2. Examine query results and attempt to scroll left/right

Expected Behavior

Columns will have a reasonable default max width.

Actual Behavior

Columns have a default width that is only limited by the length of the longest value.

Image

Environment:

  • Quest: v0.5.7
  • VS Code: 1.110.0-insider
  • OS: win32

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions