Area: UI
Sub-Area: Query Column Selection
Issue
In the Queries tab, when attempting to select columns from the dropdown menu, column names were not visible. The dropdown would appear but show blank entries or be completely empty, making it impossible to filter or select specific columns for query analysis.
Solution
The column selection dropdown in the Queries tab has been fixed to properly display all column names. The issue was related to how column metadata was loaded and rendered in the dropdown component.
The Queries tab column selector now: - Displays all column names clearly - Shows column data types alongside names - Supports search/filter within the dropdown - Properly handles tables with many columns - Loads column information asynchronously without blocking
To use the column selector: 1. Navigate to the Queries tab on a dataset 2. Click the columns dropdown filter 3. All columns should now be visible and selectable 4. Select columns to filter queries that reference them
Additional Notes
Fixed in version v0.3.11. This fix ensures that query-to-column relationships are properly visualized and filterable in the UI.
Related Documentation
Tags: ui, queries, columns, dropdown, selector, display, bug-fix, v0.3.11