DataTable column alignment via toPDF()

How can I right-align datatable columns on the PDF output when using toPDF() ? The documentation does not provide any clues, nor does an inspection of webix_debug.js. Tried setting various properties of the columns array that is being passed to toPDF() but to no avail.

Hello,

toPDF does not allow to define a text align for a table. However, we are going to add a solution for easy customization of default properties in the next version.

great to hear.

nothing new?

Hi @crisalidGuillaume

It is possible now to customize the configuration and data of the exported grid.

Although there is no possibility to stylize certain columns, PDFjs API (the library we use for export) allows extending configuration of the entire grid, header or footer to the entire grid.