|
in broad terms, you would make an ajax call, get the content of the csv file, and use the javascript split() method to split that content on the commas, which results in a useable array.
It's about 99% likely that your existing code only needs a minor tweak to get that happening. In fact, I'm curious as to how you get the CSVs into a table without doing the above or something similar. Can you post your working code?
|