Table not showing
Hi I can't see the table in the browser Am i doing something wrong?
the heading and footer but no the table.
Many thanks in advance,
Gwyn

What's your path to the data?
same problem. Although my path is correct. I even cloned the repo and found that the HTML file doesn't display the table.
I downloaded the repo and it work fine. Can you open the dev tools and see if there are any errors?
Are there any of the files that are hidden for the rest of the developers?
On Tue 1 Nov, 2022, 4:57 PM Mike Casas, @.***> wrote:
I downloaded the repo and it work fine. Can you open the dev tools and see if there are any errors?
— Reply to this email directly, view it on GitHub https://github.com/derekeder/csv-to-html-table/issues/89#issuecomment-1298382175, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARFQFP5XCBGMOZSUHDQXX63WGD5CBANCNFSM6AAAAAAQBNT4A4 . You are receiving this because you commented.Message ID: @.***>
Hi, I was having the same issue and wanted to share what I was doing wrong.
After cloning the repo, simply opening the html file gave me the same result (text but no table). However, as the instructions suggest, you have to run python -m SimpleHTTPServer and then click this link: http://localhost:8000/. From there, navigate to the "csv-to-html-table" directory and open the "index.html" file. I'm very new to this so I didn't realise running python -m SimpleHTTPServer was a necessary step. Hopefully this helps others who are having the same issue! Thanks to the authors for such a great service!
nice!
looks like this was an issue getting it to run locally, which is documented in the instructions