I was looking at this topic: How to display scroll bar onto a html table.
The scrollingTable example by doctorDesctructo.
I am trying to enhance this wonderful table example, but modify it to allow the use of multi-row-text header columns? Currently, the table attempts to expand each column width based on the label="text here" attribute. Is there a way to allow wrapping, even if I had to manually specify a height of the header?
Instead of a single-row table header that looks like:
text here
I would like to have two rows of text:
text
here
I can expand the height of the header within the CSS, but the text won't wrap.