上传者: 42155721
|
上传时间: 2022-03-07 11:16:52
|
文件大小: 14KB
|
文件类型: -
CSV到HTML表
将任何CSV文件显示为可搜索,可过滤的漂亮HTML表。 完成100%JavaScript。
查看工作示例: :
用法
1.克隆此存储库(在命令行中)
git clone git@github.com:derekeder/csv-to-html-table.git
cd csv-to-html-table
2.将CSV文件添加到data/文件夹
3.在index.html中,在CsvToHtmlTable.init()函数中设置选项
< script >
CsvToHtmlTable . init ( {
csv_path : 'data/Health Clinics in Chicago.csv' ,
element : 'table-container' ,
allow_download : true ,
csv_opti