webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Loading Data from CSV #137

Closed dewanshamsul closed 7 years ago

dewanshamsul commented 7 years ago

I was checking the csv example from editablegrid-master/examples/full/datasource/demo.php But for some reason it returns the output attached. I'm not sure what's wrong. Can you have a look at it and let me know what's missing here? csvoutput

makoru-hikage commented 7 years ago

The best solution you can get is transform that into JSON whenever possible. The the product will be absorbed by the Table.

Find any library that converts CSV to JSON

dewanshamsul commented 7 years ago

I've imported CSV to MySQL table.