You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
Create a table with THEAD header and TBODY long enough to require more pages
Create inside the TH of the the header a DIV with some content and add the css property: -webkit-transform: rotate(270deg);
What is the expected output?
To have each page repeat the THEAD with the rotated element.
What do you see instead?
Rotated elements are removed from page 2 and beyond.