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"/>