Pivot Table sticky value fields header

When creating a pivot table, the value fields are placed under the column groups as expected. However, when scrolling down, those headers are not sticky and it becomes hard to recall which column represents which field.

Requesting that the value field headers are made sticky so that they remain in place when scrolling the table. See pasted image, header fields are in the red square.

1 Like

Much needed especially on large tables! Also, the ability to sort by individual pivot table fields (e.g Smallest → largest Pounds sourced in the screenshot @MWorth provided)

Just FYI, adding some custom code that adds style
position: sticky
top: 38px

On that row is all that’s needed.

1 Like