2 Star 0 Fork 1

天智数据/html-xzreport-example

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
options.js 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
天智数据 提交于 2024-05-13 14:46 +08:00 . 小智产品嵌入示例
const options = {
row: 100,
col: 25,
// width:()=>width,
// height:()=>height
dataset:[ //数据集按钮的方式 如果不传该字段时,数据集支持默认的外部数据集数据 里面的value值可以随意更改
{
id: 1,
value: "新建Json数据集"
},
{
id: 2,
value: "新建Http接口数据集"
},
{
id: 3,
value: "API服务数据集"
},
{
id: 4,
value: "外部数据集"
}
]
}
//export {options}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tizdata_admin/html-xzreport-example.git
git@gitee.com:tizdata_admin/html-xzreport-example.git
tizdata_admin
html-xzreport-example
html-xzreport-example
master

搜索帮助