Datatable printing function add/change styling

Hi, is it possible to add/change styling (color, fontSize, etc.) to the webix.print options?
My issue is that I’m using a dark skin theme which has a dark grey background and white text for all datatables but when I print them the background is white and the text is a light grey color. I really need the cell text color to be black as it’s hard to read. How can I achieve this?

Note: I have set media=‘all’ in my index.html file
<link rel="stylesheet" href="stylesheets/webix.css" type="text/css" media="all"/>

Good day @stefp76,

Unfortunately, at the moment I’m reporting this behavior as a bug.
As a workaround, I suggest you set the necessary styles through @ media print { }: Code Snippet

1 Like

No worries, thanks. The solutiuon you provided is working fine!

1 Like