I have large table and I would like to print table header on every page.
I try'ed using THEAD element, and it works in other browsers (Firefox, IE) just well.
When I hit print preview in Qt Web browser, it doesn't repeat table header.
Is there any solution for that?