kb-react-pivottable
v0.11.2
Published
A React-based pivot table
Downloads
4
Readme
react-pivottable
This is a fork of plotly/react-pivottable with two changes:
td.pvtOutput
has been wrapped indiv.pvtOutputWrapper
to allow overflow scrollingdiv.pvtOutputWrapper
has been styled withoverflow: auto
andmax-width: var(--pvt-output-width, 100%);
to allow setting the width using a CSS var further up in the markup