Display any CSV file as a searchable, filterable, pretty HTML table. Done in 100% JavaScript.
Set the URL of the CSV to load using the url hash
Example: http://localhost:8000/#http://www.example.com/example.csv
Then embed it:
<iframe style="border-style: none;" src="http://localhost:8000/#http://www.example.com/example.csv" height="950" width="600"></iframe>