Displaying PDF and CSV buttons?

Displaying PDF and CSV buttons?

sjordansjordan Posts: 36Questions: 10Answers: 0

Where have I messed up the syntax for PDF and CSV export in my test case here?

The buttons for PDF and exporting to CSV are not appearing.

Thank you

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,117Questions: 26Answers: 4,916
    Answer ✓

    You are loading buttons.js but not the required libraries for PDF and CSV buttons. See the docs for each button to see what is required. Use the download builder to obtain the correct files. You might want to load jquery.js before loading datatables and the other JS files as datatables.js requires jquery.js to be loaded.

    Kevin

Sign In or Register to comment.