How to print specific elements from outside the datatable?
Here is a sample JSFIDDLE
I wanted when I hit the PRINT
button, this div
below is also printed
<div id="PRINT_HERE_TOO" class="test">
<h1>
Print Here Too!
</h1>
</div>
Was I clear? Thanks!