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

When rendering, how to set pivot table height to limit the table with a scrollbar in ouput html file #1286

Open featherain80 opened 3 years ago

featherain80 commented 3 years ago

Is it possible that I can set the pivot table height in output html file? When rendering to a html, I intended to set the table height in 800px and expect a vertical scrollbar will show and work when the pivot table's content exceed 800px. I read the documentation, but had no luck to find the answer.