export data
export data
lishu
Posts: 6Questions: 2Answers: 0
Can anybody, export the information from datatables?
I have downloaded the lastest files and the examples are not working.
Even, using CDN js, css and tableTools files.
I can't make it work.
Can somebody show me a full example of this?
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The TableTools example is here: http://datatables.net/extensions/tabletools/
What do you mean by "I can't make it work" ? What is happening?
i have added css for datatbles, datatables bootstrap, datatables table tools
js for jquery, datatables, datatables bootstrap, dattables table tools.
Then, this code:
$('.dataTable').dataTable({
"dom": 'T<"clear">lfrtip',
"tableTools": {
"sSwfPath": "../../swf/copy_csv_xls_pdf.swf"
}
});
nothing happens....