export data

export data

lishulishu 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

Answers

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394
    Answer ✓

    The TableTools example is here: http://datatables.net/extensions/tabletools/

    What do you mean by "I can't make it work" ? What is happening?

  • lishulishu Posts: 6Questions: 2Answers: 0

    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....

This discussion has been closed.