Need a special offer?Find out if your project fits.
+

Header not All Caps when exporting to Pdf and excel

Answered
Jesper Bo Rasmussen asked on November 21, 2019

Hi
 
Why is it that the header is All Caps when viewing in the browser, but when exporting to pdf and excel it's only the first letter that is uppercase?
Can we do anything to make it the same for viewing in the browser, pdf and excel?
 
See example here: https://jsfiddle.net/jesperra/j3fbpuk1/
 
Thanks,
Jesper

1 answer

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster November 22, 2019

Hello, Jesper,
 
Thank you for your question.
 
You can make the same viewing of headers in the browser, PDF, and XLSX files through CSS.

In order to achieve that, the following code has to be applied:

#fm-pivot-view .fm-grid-layout .fm-filters .fm-header {
text-transform: capitalize;
}

 
We hope it helps.
Please, contact us in case of additional questions occur.
 
Kind Regards,
Illia

Please login or Register to Submit Answer