Export to Excel

Export to Excel

ParimalParimal Posts: 17Questions: 1Answers: 0
edited September 2011 in TableTools
Hi

I am paging functionality into datatable and moving next page its making serverside call to get data. Export to xls doesn't print alldata as i am doing serverside data request. so is it possible on click function i can make ajax call and get all the data ? also how i can reassign this data to some where so flash can use this data?

{
"sExtends": "xls",
"sButtonText": "",
"sToolTip": "Save as Excel",
"mColumns": [0, 1, 2, 3, 4, 5, 6, 7],
"bShowAll": true,
"fnClick": function (nButton, oConfig) {
/* set whole data here*/
aaData = "test";
}
},

Replies

This discussion has been closed.