Hi,
I use conditional formating in my grid to display numbesr smaller than zero in red and numbers greater than zero in green.
I would like to apply the same formatting to my pdf files.
Is this possible or do i have to use the set_pdf_format method?
Thanks
Alex
1 Answers
Yes, this is doable with custom pdf code, and using html renderer.
Please refer attached demo, that uses css class on pdf output.
https://gist.github.com/gridphp/6d0d3f720e491261bb43aadded5b6042
Your Answer