react-pivottable
react-pivottable copied to clipboard
Too many unused attributes in header
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!
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 :)