My goal is to design my table similar to the screenshot provided in the link below:
https://i.sstatic.net/DfcW2.png
Currently, my table looks like this:
https://i.sstatic.net/DgoHS.png
The first column of my table represents issuetype\assignee. The issuetype is on the y-axis and the assignee is on the x-axis. I want to switch it so that all assignee names are placed instead of Type 1, Type 2, Type 3, etc., and all issue types replace Assignee 1, Assignee 2, etc.
Some example IssueTypes in my table include Subtask - create IR, change of address, etc.
Assignees: aziah.purwitasar, etc.
I am struggling to achieve this format using Twitter Bootstrap. If it's not possible with Bootstrap, plain HTML + CSS would also work for me.
Could someone help me design this structure? A fiddle demo demonstrating the solution would be greatly appreciated.
Although the initial assistance was helpful, there seems to be a border problem in Chrome.
Firefox displays the table exactly as intended.
https://i.sstatic.net/THeQJ.png
In Chrome, you can see that the border extends into the issueType column even though we have set rowspan=2 to prevent this. What could be causing this issue?