nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

Rendering Issue for aggregators #1262

Open kevinung12345 opened 3 years ago

kevinung12345 commented 3 years ago

Hi I am having an issue with a singular column aggregator displaying smaller than intended. This issue persists on both pivot and pivotUI. It appears it is not a data issue as filtering the table still leads to the same issue appearing around the same column.

I edited the column names.

image

I use

.pvtTableRendererHolder { max-height: 1350px; max-width: 2700px; }

to freeze the column and row headers but even without using it the issue persists. Also changing browsers did not help.