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
- Run a KQL query on a table with long string/dynamic values
- 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.
Environment:
- Quest: v0.5.7
- VS Code: 1.110.0-insider
- OS: win32
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
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.
Environment: