You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when viewing large Pivot Tables with many rows or columns, scrolling vertically or horizontally causes the column headers (top headers) and row labels (first columns) to scroll out of view.
This creates a poor user experience for data analysis because:
Scrolling down causes users to lose context on what metric or dimension each column represents.
Scrolling right forces users to scroll back and forth repeatedly just to check which row/entity the data belongs to.
Desired Behavior / Proposed Solution
Sticky headers/frozen columns should be supported as a standard built-in feature for Pivot Table visualizations:
New Control Panel Options (Display Settings):
Freeze Top Header (Sticky Table Header): Keeps column headers fixed at the top of the viewport when scrolling down vertically.
Freeze Row Header (Sticky First Column / Row Labels): Keeps the row dimension labels fixed on the left side when scrolling horizontally.
Default Behavior:
Both Freeze Top Header and Freeze Row Header should be enabled by default (or easy toggles under the chart customization panel) to match standard spreadsheet (Excel/Google Sheets) and modern BI tool conventions.
Visual Cues:
Add a subtle border or drop-shadow on the pinned header boundaries during scrolling to clearly distinguish sticky headers from scrollable content cells.
Benefits
Dramatically Improved Readability: Users can easily navigate large multi-dimensional datasets without losing track of row or column labels.
Consistent UX: Aligns Superset's Pivot Table capabilities with industry-standard spreadsheet software and competitor BI tools.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Description
Currently, when viewing large Pivot Tables with many rows or columns, scrolling vertically or horizontally causes the column headers (top headers) and row labels (first columns) to scroll out of view.
This creates a poor user experience for data analysis because:
Desired Behavior / Proposed Solution
Sticky headers/frozen columns should be supported as a standard built-in feature for Pivot Table visualizations:
Benefits
Environment
/explore/)All reactions