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.33k stars 1.07k forks source link

[ENH] Large tables: Fixed headers (freeze headers for pivot table row… #1327

Open Domeshow opened 1 year ago

Domeshow commented 1 year ago

Issue #593

As you suggested, this modification has no javascript, everything is CSS, it freezes the headers for PivotTable rows and columns, but only the column closest to cells (the very last one), other wise it should require some JS.