I want to draw a table
P Q [A B] [C D]
where A, B, C, D are drawn with a border. Q and P are labels for the table and should not be drawn with a border. Q and P should be aligned with A.
How to achieve this? I can control which row to draw a border, but it won’t help because I can’t draw a border for the whole row.
I’ve created an ad hoc css class helper
no-border, and applied it only to the cells I want to be borderless.