Help with CSV Data
Help with CSV Data
hahaxd3
Posts: 2Questions: 1Answers: 0
Hi guys,
at first i want to say i'm from Germany and my english is not perfect haha.
I must create a Table. My table must look like the Datatable.
and when i edit my table the csv must edit to. i can say i mean the tabe and the csv must be sync.
And my biggest problem is i have no experience with php jquery or something else.
I hope you can read the text and can help me :)
This discussion has been closed.
Answers
DataTables as a CSV export option provided by TableTools. Is that what you mean by CSV?
There is no built in option in DataTables to read CSV data, you would need to import to Javascript arrays / objects yourself.
Allan
i dont want to export the csv. I have a csv and i want import the csv to datatable.The taple must be changeable and looks like the exaple on the homepage. It will be very nice.
I recently had to do this. d3js has a nice set of import functions which can be used together with datatables. Note this was adapted from http://stackoverflow.com/questions/29256675/integrate-datatables-plugin-with-the-help-of-d3-js