react-pivottable icon indicating copy to clipboard operation
react-pivottable copied to clipboard

Too many unused attributes in header

Open JonasWangLilly opened this issue 6 years ago • 1 comments

When they're too many unused attributes in the header the pivot-table automatically moves it to beside the rows in another box. This box is very large and distracting from the rest of the pivot table and so I was wondering where the react/css code was that did this automatically so that I can edit them to my desired width and height. Thanks!

JonasWangLilly avatar Mar 21 '19 16:03 JonasWangLilly

You can prevent this shift with the unusedOrientationCutoff prop, otherwise you can just inspect the CSS classes to figure out which ones you can target to style this as you like :)

nicolaskruchten avatar Apr 25 '19 17:04 nicolaskruchten