export the data from table
export the data from table
gajananh999
Posts: 3Questions: 0Answers: 0
Dear Everyone,
I am using Data Tables and putting data in to table is there any way to export that data into Excel,PDF or any format.
Please anyone help me online.
Thanks and regards,
Gajanan Hiroji.
I am using Data Tables and putting data in to table is there any way to export that data into Excel,PDF or any format.
Please anyone help me online.
Thanks and regards,
Gajanan Hiroji.
This discussion has been closed.
Replies
Allan
Thank you very much.
But i m not able to do that.
i have added this code in javascript
$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf"
}
});
} );