I am currently working on creating a table with React Table
I would like to have the headers vertically rotated, so they take up less horizontal space on my screen.
The only solutions I came across were setting the header width and height on pixels, but this would make it so that it wouldn't resize with different text lengths.
Would there be a better way to achieve this? Added the following image to give an idea of expected result.