I have an web app. I'm using chrome and opera on that app
in print page preview i want to put the page number in specific td form like this
<thead>
<tr>
<td>thead data</td>
<td>thead data</td>
<td>page number of pages numbers</td>
</tr>
</thead>
<tbody>
<tr>
<td>tbody data</td>
<td>tbody data</td>
<td>tbody data</td>
</tr>
</tbody>
in firefox i tried this answer In StackOverflow its worked only in firefox but my problem thats i want it in chrome and opera ive tried many things but nothing work thanks