eisenbraun / columns

A jQuery plugin that converts JSON data into searchable, sortable, HTML tables
http://eisenbraun.github.io/columns
MIT License
104 stars 47 forks source link

Issue loading external JSON with Chrome #9

Closed AlexandreHery closed 5 years ago

AlexandreHery commented 9 years ago

Hi,

When I go on your website with my version of Chrome, I don't have any problem seeing all your tables. However, when I create the page on my computer and then visualize on Chrome, I can't see anything. It works on IE and Firefox but not Chrome. I am wondering why. Second question, I added the folder to an internal server with local links and now, none of the browsers can read the JSON file. any idea, please ?

Thank you a lot for this useful tool, Alex

eisenbraun commented 9 years ago

Alex, Sorry it took me so long to respond. Make sure that everything is running on the same domain name. Since you are trying to access the JSON using AJAX and you are not allow to make cross domain calls, it would cause the AJAX to fail. Check your browser console to be sure.

Again sorry for the delay. Michael