Here is my jsFiddle, as you can see, td
at the first line is very long, so that it takes room which is intended for second line. The problem lies in that the th
's height doesn't grow large automatically when the corresponding td
is overwrap to multiple lines.
So is there any way to realize both the multiline showing of td
part as well as the correct alignment for th
and td
? Thanks a lot!