print associated

print associated

rosunrosun Posts: 3Questions: 2Answers: 0

Hi, I'm using TableTools 2.1.6. I have to print table with 350+ rows. In chrome browser all rows are printed but due to printing page space for last row issue, sometimes half of row is printed on another page.
Is there a way to print 10 rows in each page OR give page break for specifically print option after 10 rows.
My code snippet is:

"sDom": '<"H"TCfr>t<"F"ip>',
"iDisplayLength": 50,
"aaSorting": [[ 0, "asc" ]],
"oTableTools": {
"sSwfPath": "${resource(dir: 'swf', file: "copy_csv_xls_pdf.swf")}",
"aButtons": [
{
"sExtends": "print",
"sMessage": printHead,
"fnComplete": function(){
$('#printClass').attr('class','')
}
}

This discussion has been closed.