Hi Thomas,
JCTables uses the excellent javascript tables component called Tabulator, so many of the tabulator configuration settings can be overidden in JCTables.
For example, the PDF export plugin youc an override some settings .....
mywikidocs.com/api/wiki/wiki.php?aid=113&sk=7829006dhs9783#
And the format of the setting can be found here
tabulator.info/docs/4.9/download#pdf
So you could change it using this....
{"title":"My PDF title",
"orientation":"portrait",
"autoTable": {
"styles": { "fontSize": 6, "cellPadding": 1 },
"margin": 20
}
}
regards
Paul
JoomCode Support