A simple HTML that converts your CSV file into a Searchable and Sortable table.
- Python v3.x environment installed locally or any alternative HTTP server
-
Clone this repository locally.
-
Copy your
.csv
to the csv folder. -
Update
script.js
with the name of your file e.g.var csvfile_import_122860 = "./csv/example.csv".replace(/\&\;/g, '&');
-
Start the HTTP server locally
python -m http.server
. -
In the browser, go to
http://localhost:8000/src/
.