Table tools export rows on current page only

Table tools export rows on current page only

ssjalssjal Posts: 1Questions: 0Answers: 0
edited October 2012 in TableTools
Using DataTables-1.9.4 with TableTools-2.1.4.

Is there any way to export to pdf, only the records which are displayed on current page only.
currently in my case, all records which are fetched are exported to pdf.
Eg: Total records fetched from table is 20 and paging size is set to 10 so the records are displayed on 2 pages with pagination 1 and 2.
if i export it to pdf, all the 20 records are exported.
i want to export only 10 records on current page.

using "sRowSelect": "multi" exports selected records to the pdf.

Is there any other way to do so?

Thanks...
This discussion has been closed.