文件名称:webpivottable:纯Javascript数据透视表和数据透视图组件
文件大小:918KB
文件格式:ZIP
更新时间:2024-05-22 19:03:42
HTML
WPT(WebPivotTable)组件 如何获得WPT组件? WPT组件是一个公共github项目,任何人都可以下载并尝试 WPT组件以npm软件包的形式发布,您可以通过运行以下命令进行安装: npm install webpivottable 或者 yarn add webpivottable CDN 如何使用WPT组件? 公开目录 我们只需要将整个公共目录复制到Web服务器的根目录中,而无需依赖任何其他库或框架。 要集成WPT组件,我们只需要将一个javascript文件导入到网页中,如下所示: < script type =" text/javascript " src =" ./dist/wpt.js " > </ script > 然后,我们可以将“ wpt-pivot-table”标签放入页面中: < body > < div id =" wpt-co
【文件预览】:
webpivottable-master
----.gitignore(59B)
----package.json(384B)
----server()
--------package.json(345B)
--------README.md(1KB)
--------services.js(672B)
--------server.js(1KB)
----public()
--------lang()
--------react.html(2KB)
--------custom-options.html(3KB)
--------vue.html(2KB)
--------share-source.html(1KB)
--------dist()
--------demo.html(6KB)
--------preload-olap-source.html(866B)
--------index.html(1KB)
--------preload-csv-source.html(858B)
--------jquery.html(6KB)
--------demo-zh.html(6KB)
--------test-widgets.html(554B)
--------quick-start.html(582B)
----README.md(3KB)