Exporting with server side processing
Exporting with server side processing
tahatra2112
Posts: 2Questions: 0Answers: 0
Hi,
My name jonathan. And im newbie in programming. I would ask something about exporting to excel, pdf or csv format.
i have set data tables with server side processing than i use bellow code
[code]
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "xls",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"bFooter": false
},
{
"sExtends": "pdf",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"sPdfOrientation": "landscape",
"bFooter": false
},
{
"sExtends": "print",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"bFooter": false
}
]
}
[/code]
when i try to export to anything format (excel, pdf or csv) why the output is just page one? why the output isn't all of data? should i export all of data when i use server side processing?
thanks for ur all help.
My name jonathan. And im newbie in programming. I would ask something about exporting to excel, pdf or csv format.
i have set data tables with server side processing than i use bellow code
[code]
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "xls",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"bFooter": false
},
{
"sExtends": "pdf",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"sPdfOrientation": "landscape",
"bFooter": false
},
{
"sExtends": "print",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"bFooter": false
}
]
}
[/code]
when i try to export to anything format (excel, pdf or csv) why the output is just page one? why the output isn't all of data? should i export all of data when i use server side processing?
thanks for ur all help.
This discussion has been closed.
Replies
I hope this solves your issue
I need use a server side processing because i have a large data, but the other side i have to export all data too