Export to CSV from datatables on meteor.js
Export to CSV from datatables on meteor.js
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
Per the forum rules, please link to a test case showing the issue so it can be debugged.
Allan