Hope it's ok to create an issue about this. I tried to search the documents but I might have missed how to create a horizontal line?
You only can solve this with a workaround.
var dd = {
content: [
{
table : {
headerRows : 1,
widths: [200],
body : [
[''],
['']
]
},
layout : 'headerLineOnly'
}
]
}
The width defines the length of the line
Code tested in Playgorund.
Thanks! Works like a charm ;) Workaround works ;)
Most helpful comment
You only can solve this with a workaround.
The width defines the length of the line
Code tested in Playgorund.