Simple-DataTables:DataTables但在Vanilla ES2018 JS中

时间:2024-05-19 18:23:08
【文件属性】:

文件名称:Simple-DataTables:DataTables但在Vanilla ES2018 JS中

文件大小:91KB

文件格式:ZIP

更新时间:2024-05-19 18:23:08

JavaScript

简单数据表 轻巧,可扩展,无依赖的javascript HTML表格插件。 与现代浏览器中使用的jQuery DataTables类似,但没有jQuery依赖性。 注意:如果您想要一个适用于非常老的浏览器(例如IE等)的版本,请转到 。 基于 ,但用ES2018编写。 在查看演示。 CDN 要使用CDN版本的Simple-DataTables,请使用或 。 您还需要添加CSS样式,因此要添加到html head元素的元素可以是例如: < link href =" https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css " rel =" stylesheet " type =" text/css " > < script src =" https://cdn.jsdelivr.net/npm/simpl


【文件预览】:
Simple-DataTables-master
----rollup.config.js(2KB)
----.eslintrc.js(9KB)
----src()
--------helpers.js(3KB)
--------datatable.js(44KB)
--------config.js(1KB)
--------table.js(1KB)
--------date.js(1KB)
--------rows.js(2KB)
--------index.js(283B)
--------columns.js(13KB)
--------style.css(3KB)
----.travis.yml(83B)
----LICENSE(8KB)
----README.md(2KB)
----docs()
--------8-add-1000-rows()
--------demo.css(329B)
--------9-fetch-api()
--------5-column-manipulation()
--------index.html(815B)
--------6-datetime-sorting()
--------7-init-destroy-import-export()
--------4-render-column-cell()
--------dist()
--------1-simple()
--------2-dynamic-import()
--------3-cdn()
--------10-filters()
----rollup.docs.config.js(737B)
----.editorconfig(53B)
----.gitignore(55B)
----package.json(2KB)

网友评论