Paul Andersen

Results 2 comments of Paul Andersen

This is still happening. If I have a table cell with a colspan > 1 and a bottom border. The border is only rendered under the first cell of the...

Here's a quick and dirty example. (I just inserted this into your jsFiddle.) ```javascript let cells = []; cells.push( { text: 'Spanning header', options: { color: 000000, bold: true, align:...