Mpdf: transform: rotate(90deg); is not working

Created on 22 Mar 2017  路  5Comments  路  Source: mpdf/mpdf

I have this problem/would like to have this functionality

These are mPDF and PHP versions I am using

The data is inside table head tag but it not rotating text

<th class=''><span class='verticalhead'>Offer No.</span></th>

Most helpful comment

You can apply the text-rotate attribute only to specific td tags in which you want to rotate the text.

All 5 comments

transform css property is not supported. You can use text-rotate custom attribute or CSS style.

Also see Supported CSS attributes - stylesheets or in-line

Thank you it working fine but only to tr not to td
It rotating all the td element just want to rotate 3 between all
How we can do this?

Please help me.

You can apply the text-rotate attribute only to specific td tags in which you want to rotate the text.

Waaaaaw.....! working fine

Thank you very much for help.

@finwe Thanks that worked like a charm.

Was this page helpful?
0 / 5 - 0 ratings