Is there a way to split a column into sub columns for a table? For example, the main columns are the iterations for a release, but then there would be sub-columns of Resources|Planned|Accepted for each iteration.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this fairly simply with a little CSS and a couple of spans. A quick example is below. You could probably get fancier with your CSS and draw some borders around the sub columns, but this gives the idea. Note that the sorting of the entire column is dictated by the value in the first sub column when you do things this way…