Is it possible to print only the current page of results?

Is it possible to print only the current page of results?

oversizeddeveloperoversizeddeveloper Posts: 1Questions: 1Answers: 0

I'm using DataTables 1.10.4 and TableTools 2.2.3 and no matter what options in aButtons for print I use, I can only ever print the full page of results when I only want to print the page of results I am on (ie, 2 of 5)

Can someone advise or is it not actually possible?

        var tableTools = new $.fn.dataTable.TableTools( table, {
            "sRowSelect": "multi",
            "sSwfPath": "/resources/swf/copy_csv_xls_pdf.swf",
            "aButtons": ["copy", "csv",
                {"sExtends": "print","sButtonText": "Print","oSelectorOpts": {page: 'current'}},
                {"sExtends": "pdf", "mColumns": "visible"} ]
        } );
This discussion has been closed.