DATA TABLE TOOLS PROBLEM

DATA TABLE TOOLS PROBLEM

KARTHI_077KARTHI_077 Posts: 5Questions: 2Answers: 0

when i click to pdf button only pdf curret pages only but i want to all pages ....

here by codeing

{
"sExtends": "pdf",
"sTitle": modename,
"sToolTip": "Save as PDF",
"sPdfSize": "A4",
"sPdfOrientation": "landscape",
"sFileName": "" + modename + ".pdf",
"sPdfMessage": "Staff Profile List Details "}

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin
    Answer ✓

    My guess is you are using server-side processing (although without a test case - which is required per the forum rules it is impossible to say for sure) in which case this FAQ would apply.

    Allan

  • KARTHI_077KARTHI_077 Posts: 5Questions: 2Answers: 0

    allan: i am using server side processing with out serverside processing [serverside:fals] download all pages when click button [csv,pdf,xls] .what mistake is doing .can you help me..

    [serverside:true]
    only display rows copide and also export [csv,pdf,xls] only display rows

    we are used bootstrap dataTable js using ....

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    Please link to a test case showing the issue.

    Allan

This discussion has been closed.