I know a similar question on this topic has been asked, but doesn’t look like there was a definitive solution. So with that, here’s my fiddle:
I want to split the table cell under the “Pick” heading vertically. I’d prefer a solution that doesn’t require JS or anything wonky, if possible.
You can’t really split a cell vertically, but if you add another cell after it in each of the table body rows and give the heading row a
colspan="2"you can have two different cells under one heading.http://jsfiddle.net/UjAQf/26/