Hello Support Team,
I've tried setting the border style for the records in my pdf export.
I've found the setting of the border style in the javascript documentation here: Pdf Export Documentation
Yet, this seems to do nothing. Am I doing something wrong? I could not find any other reference to this functionality or which values I can enter into lineStyle for example.
Below is a code snippet of the exportProperties I set:
var exportProperties = {
fileName: "angebote.pdf",
pageOrientation: 'Landscape',
pageSize: 'A4',
theme: {
record: { fontSize: 6, borders: { color: '#222222', lineStyle: 'Thin' }},
header: { fontSize: 6, bold: true }
}
}
Thanks in Advance,
Lukas Knapp