I have a basic HTML table
object which has a thead
section:
<thead>
<tr>
<td class="columnStudyPoint">Study Point</td>
<td class="columnDate">Date Assigned</td>
<td class="columnDate">Date Completed</td>
</tr>
</thead>
Now, if I open my HTML document in Microsoft Edge and do a Print Preview I see that it is working:
However, I am displaying this HTML document inside a CHtmlView
web browser control which uses IE7 under the hood. In this context, the thead
is not repeated when doing a Print Preview.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…