The attached html will render table headers with vertical text, and the height of those headers is dynamic based on text length. This requires transforms. The html renders properly in Chrome, FF, and IE, but when running this through Prince version 10r7, the transforms on the <th> elements is not applied.
Note - The workaround of wrapping my headers in an additional div isn't a feasible solution with this implementation. It's necessary to apply transforms on the table headers themselves.
Note - The workaround of wrapping my headers in an additional div isn't a feasible solution with this implementation. It's necessary to apply transforms on the table headers themselves.