Export to CSV from datatables on meteor.js

Export to CSV from datatables on meteor.js

nadim1232nadim1232 Posts: 1Questions: 1Answers: 0

Hi guys, I just started to work with datatables on my meteor project, I added the following libraries

+mrt:datatables-bootstrap3
+mrt:bootstrap-3

as I as understand If want these csv, export buttons I need to add the individual files to my project (individually load html5 or flash export files):

https://datatables.net/download/release

when I am loading these files I have problems: looks like the Datatable.Api is undefined, so is not possible register the buttons... maybe I am loading the files in the incorrect way? someone can help me with this?

Answers

  • allanallan Posts: 61,752Questions: 1Answers: 10,111 Site admin

    Per the forum rules, please link to a test case showing the issue so it can be debugged.

    Allan

This discussion has been closed.