2020-07-28 10:03:53 +08:00
|
|
|
|
---
|
|
|
|
|
title: Table 表格
|
2020-07-29 17:33:14 +08:00
|
|
|
|
description:
|
2020-07-28 10:03:53 +08:00
|
|
|
|
type: 0
|
|
|
|
|
group: ⚙ 组件
|
|
|
|
|
menuName: Table 表格
|
2020-07-29 17:33:14 +08:00
|
|
|
|
icon:
|
2020-07-28 10:03:53 +08:00
|
|
|
|
order: 67
|
|
|
|
|
---
|
2020-07-29 17:33:14 +08:00
|
|
|
|
|
2020-07-28 10:03:53 +08:00
|
|
|
|
表格展示,不支持配置初始化接口初始化数据域,所以需要搭配类似像`Service`这样的,具有配置接口初始化数据域功能的组件,或者手动进行数据域初始化,然后通过`source`属性,获取数据链中的数据,完成数据展示。
|
|
|
|
|
|
|
|
|
|
## 基本用法
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"title": "表格1",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
## 数据需求
|
|
|
|
|
|
|
|
|
|
数据是对象数组,比如前面的例子中 `rows` 的值类似:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"engine": "webkie",
|
|
|
|
|
"version": 1
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
```
|
|
|
|
|
|
style:组件对齐云舍4.1主题 (#4337)
* Select Options等组件样式对齐4.0
* 更新测试快照
* 修改部分测试用例
* feat:4.0样式修改
* 修改checkboxes hover问题
* Feat image 4.0 (#4242)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* fix: textarea组件对齐4.0标准 (#4149)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: inputTree组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: textarea组件对齐4.0标准
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* fix: inputTree 组价对齐4.0标准 (#4148)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: inputTree组件对齐4.0标准
* fix: inputtree组件图标颜色修改
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* feat: 部分组件样式问题修复 (#4154)
* feat: input-text 样式
* feat: input-range 样式
* feat: table 样式 1
* feat: search-box
* feat: curd icon
* feat: table 空状态
* feat: input-text 多选,最大宽度设置
* feat: search-box 搜索图标颜色
* feat: crud 编辑、过滤、搜索、排序 图标样式修改
* feat: 更新快照
* feat: 更新快照 2
* feat: curd fix
* feat: curd edit icon fix
* feat: input-password 不可见 icon 修改
* feat: input-password snapshot update
* docs:完善对话框size参数说明
* feat: Log 组件支持虚拟渲染及限制最大行数
* 修复不支持 loading 问题
* 换一下名字
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
* fix:修复删除图标颜色问题 (#4245)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
* fix: 修复conditionbuilder组价图标颜色问题
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* form表单对齐云社4.0 (#4248)
* feat: form增加表单项 label文本对齐方式选项
* fix: remark 支持在表单内配置
* style: form 间距对齐云社4.0
Co-authored-by: sarding <hongfuquan@baidu.com>
* Fix chart radios name (#4251)
* fix: Chart 单选框 修改为 ChartRadios 图表单选框
* fix: input-password 修改 可见 图标
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
* feat: checkboxes内边距&nestedSelect箭头修改 (#4254)
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
* Feature style 4.0 cxd (#4261)
* feat: 日期&折叠面板&提示样式对齐
* fix:测试用例修复
* feat: timeRange开始和结束分开&日期样式优化
* styles: 日历样式修复
Co-authored-by: hongyang03 <hongyang03@baidu.com>
* 整体字体大小调整 (#4264)
* feat: form增加表单项 label文本对齐方式选项
* fix: remark 支持在表单内配置
* style: form 间距对齐云社4.0
* 修改表单的字体
Co-authored-by: sarding <hongfuquan@baidu.com>
* inputfile 和 drawer对齐云社4.0 (#4249)
* fix: drawer 和 inputfile 关闭图标对齐云社4.0
* fix:修改 drawer的图标大小 和边框圆角
* drawer 样式调整
Co-authored-by: sarding <hongfuquan@baidu.com>
* Fix style (#4265)
* fix: input-password icon 高度
* fix: input-password icon 换行问题
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
* fix: curd 图标垂直居中 (#4271)
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
* fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292)
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
* style: 优化switch组件动效 (#4302)
* style:优化date组件最小宽度 (#4303)
* style:cxd主题移动端基础字号调整为16px (#4305)
* marge master into style-cxd (#4306)
* docs:完善对话框size参数说明
* feat: Log 组件支持虚拟渲染及限制最大行数
* 修复不支持 loading 问题
* 换一下名字
* fix: 公式编辑器 variableMode 失效 (#4252)
* 提交事件支持禁用默认提示
* fix:修改执行方式
* 修改测试api
* 去掉无效引用
* fix: 修复datetime移动端报错
* chore: jssdk 的 responseAdaptor 扩充参数,支持拿 response 整个对象,包括返回的 headers 和… (#4229)
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* docs: 切换主题文档描述不正确问题
* 优化逻辑
* 调整格式
* 处理异步
* 增加兼容逻辑
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等 (#4250)
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等
* 日志容器针对操作按钮增加相对定位
* 改变工具栏为侧边隐藏样式
* 调整 log 操作按钮位置避免遮挡内容
* 补充翻译
* 修复 Log 行样式丢失
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* fixup (#4263)
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
* fix #4240: 修复input-datetime组件timeConstraints属性不生效问题,修复时间选取后自动滚动位置错误 (#4253)
* chore: action countDown 在actionType为ajax时,请求通过再执行倒计时操作、dialog header 传递动作属性 (#4000)
* LocationPicker ak支持数据解析,可用于统一地图配置
* drawer header传递动作属性,在header中也可以提交、关闭等操作
* action countDown 在actionType为ajax时,请求通过再执行倒计时操作
* dialog header 传递动作属性
* 修一些编码规范问题
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* chore: 修几个单元测试报错 (#4272)
* feat:toast支持取消合并state
* fix: 修正ContextMenu 二次触发时遮挡问题 (#4282)
* fix(ContextMenu): 增加判空处理 (#4283)
* 人员选择组件支持部门、角色、岗位选择 (#4285)
* 人员选择组件
* 修复ts报错
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例 (#4278)
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例
* fix:修复事件动作对禁用状态控制失效问题
* fix:修复事件动作对禁用状态控制失效问题
* fix:动作执行时对组件查找失败的容错 (#4290)
* feat:Table2支持配置单元格样式、行操作按钮 (#4268)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
* fix #4270: checkboxes组件checkAll属性失效问题 (#4287)
* feat:事件干预支持表达式 (#4295)
* fix #4258: sdk方式下toast配置不生效问题 (#4274)
* feat: 添加 json-schema 渲染器 (#4269)
* feat: 添加 json-schema 渲染器
* draft: 组件层添加 form 逻辑
* 补充组件form相关逻辑
* json-schema-editor 组件内部实现调整
* 添加 json-schema 渲染器
* 补充外部 value 变化更新成员的逻辑
* 补充外部 value 变化更新成员的逻辑
* 优化 json-schema 交互
* 修改 snapshot
* 可能死循环
* 补充文档
* 优化逻辑
* 具备远程获取能力
* 固定值优化
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑 (#4288)
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑
* fix(custom): update
* fix(custom): 更新测试用例
* 类型只有一个时不显示切换按钮
* fix: Pagination 切换页码后每页显示重置问题 (#4298)
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: decarp <zhycde@gmail.com>
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
Co-authored-by: metooweb <2947550545@qq.com>
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: 龙少 <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
* fix:transfer组件云舍样式完善 (#4310)
Co-authored-by: sqzhou <zhoushengqiang01@MacBook-Pro-2.local>
* merge master (#4335)
* docs:完善对话框size参数说明
* feat: Log 组件支持虚拟渲染及限制最大行数
* 修复不支持 loading 问题
* 换一下名字
* fix: 公式编辑器 variableMode 失效 (#4252)
* 提交事件支持禁用默认提示
* fix:修改执行方式
* 修改测试api
* 去掉无效引用
* fix: 修复datetime移动端报错
* chore: jssdk 的 responseAdaptor 扩充参数,支持拿 response 整个对象,包括返回的 headers 和… (#4229)
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* docs: 切换主题文档描述不正确问题
* 优化逻辑
* 调整格式
* 处理异步
* 增加兼容逻辑
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等 (#4250)
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等
* 日志容器针对操作按钮增加相对定位
* 改变工具栏为侧边隐藏样式
* 调整 log 操作按钮位置避免遮挡内容
* 补充翻译
* 修复 Log 行样式丢失
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* fixup (#4263)
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
* fix #4240: 修复input-datetime组件timeConstraints属性不生效问题,修复时间选取后自动滚动位置错误 (#4253)
* chore: action countDown 在actionType为ajax时,请求通过再执行倒计时操作、dialog header 传递动作属性 (#4000)
* LocationPicker ak支持数据解析,可用于统一地图配置
* drawer header传递动作属性,在header中也可以提交、关闭等操作
* action countDown 在actionType为ajax时,请求通过再执行倒计时操作
* dialog header 传递动作属性
* 修一些编码规范问题
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* chore: 修几个单元测试报错 (#4272)
* feat:toast支持取消合并state
* fix: 修正ContextMenu 二次触发时遮挡问题 (#4282)
* fix(ContextMenu): 增加判空处理 (#4283)
* 人员选择组件支持部门、角色、岗位选择 (#4285)
* 人员选择组件
* 修复ts报错
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例 (#4278)
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例
* fix:修复事件动作对禁用状态控制失效问题
* fix:修复事件动作对禁用状态控制失效问题
* fix:动作执行时对组件查找失败的容错 (#4290)
* feat:Table2支持配置单元格样式、行操作按钮 (#4268)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
* fix #4270: checkboxes组件checkAll属性失效问题 (#4287)
* feat:事件干预支持表达式 (#4295)
* fix #4258: sdk方式下toast配置不生效问题 (#4274)
* feat: 添加 json-schema 渲染器 (#4269)
* feat: 添加 json-schema 渲染器
* draft: 组件层添加 form 逻辑
* 补充组件form相关逻辑
* json-schema-editor 组件内部实现调整
* 添加 json-schema 渲染器
* 补充外部 value 变化更新成员的逻辑
* 补充外部 value 变化更新成员的逻辑
* 优化 json-schema 交互
* 修改 snapshot
* 可能死循环
* 补充文档
* 优化逻辑
* 具备远程获取能力
* 固定值优化
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑 (#4288)
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑
* fix(custom): update
* fix(custom): 更新测试用例
* 类型只有一个时不显示切换按钮
* fix: Pagination 切换页码后每页显示重置问题 (#4298)
* feat:transfer组件功能完善 (#3696)
* feat:transfer组件功能完善
* update-snapshot
* feat:transfer组件功能完善
* update-snapshot
* feat:transfer组件功能完善
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* update-snapshot
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* update-snapshot
Co-authored-by: sqzhou <zhoushengqiang01@baidu.com>
* feat: 表单label支持左右对齐方式 (#4311)
* fix: 修复 replaceText 不支持 schemaApi 问题 (#4300)
* fix: deferloadOptions 在defer模式下的处理问题
* fix: 按钮disabledOn属性失效问题 (#4324)
* fix: Service组件条件轮询会多调用一次api; docs: 补充轮询相关属性示例 (#4317)
* fix: 公式变量检索问题 (#4325)
* fix #1536: actionType为ajax时sendOn属性未生效问题 (#4326)
* fix:修复disabled失效问题 (#4329)
* fix:修复disabled失效问题
* test:补充事件动作测试用例
* fix:样式问题
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: decarp <zhycde@gmail.com>
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
Co-authored-by: metooweb <2947550545@qq.com>
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: 龙少 <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: sqzhou <zhoushengqiang01@baidu.com>
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com>
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
Co-authored-by: sansiro <sansiro@sansiro.me>
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: sarding <37691952+sarding@users.noreply.github.com>
Co-authored-by: sarding <hongfuquan@baidu.com>
Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com>
Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com>
Co-authored-by: hongyang03 <hongyang03@baidu.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: decarp <zhycde@gmail.com>
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
Co-authored-by: metooweb <2947550545@qq.com>
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: 龙少 <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: sqzhou <zhoushengqiang01@MacBook-Pro-2.local>
Co-authored-by: sqzhou <zhoushengqiang01@baidu.com>
2022-05-13 17:25:22 +08:00
|
|
|
|
## 空状态展示
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"title": "表格1",
|
|
|
|
|
"source": [],
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"placeholder": {
|
|
|
|
|
"type": "container",
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "您还没有创建任何实例",
|
|
|
|
|
"inline": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"body": "点击创建>",
|
|
|
|
|
"href": "https://baidu.com"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-07-28 10:03:53 +08:00
|
|
|
|
## 列配置
|
|
|
|
|
|
|
|
|
|
`columns`内,除了简单的配置`label`和`name`展示数据以外,还支持一些额外的配置项,可以帮助更好的展示数据。
|
|
|
|
|
|
|
|
|
|
### 列类型
|
|
|
|
|
|
|
|
|
|
除了简单展示数据源所返回的数据以外,`list`的列支持除表单项以外所有组件类型,例如:
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"data": {
|
|
|
|
|
"items": [
|
|
|
|
|
{
|
|
|
|
|
"id": "91264",
|
|
|
|
|
"text": "衡 阎",
|
|
|
|
|
"progress": 22,
|
|
|
|
|
"type": 4,
|
|
|
|
|
"boolean": true,
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Forward Functionality Technician",
|
|
|
|
|
"description": "nisi ex eum"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "District Applications Specialist",
|
|
|
|
|
"description": "ipsam ratione voluptas"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Future Operations Manager",
|
|
|
|
|
"description": "ducimus fugit debitis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Dynamic Solutions Associate",
|
|
|
|
|
"description": "saepe consequatur aut"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"audio": "https://news-bos.cdn.bcebos.com/mvideo/%E7%9A%87%E5%90%8E%E5%A4%A7%E9%81%93%E4%B8%9C.aac",
|
|
|
|
|
"carousel": [
|
|
|
|
|
{
|
|
|
|
|
"image": "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"html": "<div style=\"width: 100%; height: 200px; background: #e3e3e3; text-align: center; line-height: 200px;\">carousel data in crud</div>"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"image": "https://video-react.js.org/assets/poster.png"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"date": 1591270438,
|
|
|
|
|
"image": "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg",
|
|
|
|
|
"json": {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"text": "text"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "34202",
|
|
|
|
|
"text": "吉 卢汉市",
|
|
|
|
|
"progress": 85,
|
|
|
|
|
"type": 1,
|
|
|
|
|
"boolean": true,
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Dynamic Assurance Orchestrator",
|
|
|
|
|
"description": "ea ullam voluptates"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Internal Division Assistant",
|
|
|
|
|
"description": "illum deleniti qui"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "International Usability Administrator",
|
|
|
|
|
"description": "sit voluptatem quia"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Lead Optimization Orchestrator",
|
|
|
|
|
"description": "autem et blanditiis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Future Division Assistant",
|
|
|
|
|
"description": "dolor cupiditate sint"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Forward Program Orchestrator",
|
|
|
|
|
"description": "quia distinctio voluptas"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Human Implementation Technician",
|
|
|
|
|
"description": "consequatur quaerat ullam"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "National Identity Administrator",
|
|
|
|
|
"description": "ipsa et reiciendis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Regional Factors Planner",
|
|
|
|
|
"description": "sed deserunt natus"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Human Data Administrator",
|
|
|
|
|
"description": "rerum consequatur odit"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"audio": "https://news-bos.cdn.bcebos.com/mvideo/%E7%9A%87%E5%90%8E%E5%A4%A7%E9%81%93%E4%B8%9C.aac",
|
|
|
|
|
"carousel": [
|
|
|
|
|
{
|
|
|
|
|
"image": "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"html": "<div style=\"width: 100%; height: 200px; background: #e3e3e3; text-align: center; line-height: 200px;\">carousel data in crud</div>"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"image": "https://video-react.js.org/assets/poster.png"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"date": 1591270438,
|
|
|
|
|
"image": "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg",
|
|
|
|
|
"json": {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"text": "text"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "37701",
|
|
|
|
|
"text": "立辉安市",
|
|
|
|
|
"progress": 72,
|
|
|
|
|
"type": 2,
|
|
|
|
|
"boolean": false,
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Corporate Metrics Liason",
|
|
|
|
|
"description": "aspernatur natus qui"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Central Paradigm Analyst",
|
|
|
|
|
"description": "sequi numquam ad"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "International Data Administrator",
|
|
|
|
|
"description": "sed libero eum"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Forward Optimization Assistant",
|
|
|
|
|
"description": "officiis accusantium dolorem"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Senior Metrics Executive",
|
|
|
|
|
"description": "commodi sint quod"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Corporate Quality Facilitator",
|
|
|
|
|
"description": "aut aperiam est"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "Forward Operations Producer",
|
|
|
|
|
"description": "sed corporis eaque"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "National Integration Analyst",
|
|
|
|
|
"description": "quasi ab cumque"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"audio": "https://news-bos.cdn.bcebos.com/mvideo/%E7%9A%87%E5%90%8E%E5%A4%A7%E9%81%93%E4%B8%9C.aac",
|
|
|
|
|
"carousel": [
|
|
|
|
|
{
|
|
|
|
|
"image": "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"html": "<div style=\"width: 100%; height: 200px; background: #e3e3e3; text-align: center; line-height: 200px;\">carousel data in crud</div>"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"image": "https://video-react.js.org/assets/poster.png"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"date": 1591270438,
|
|
|
|
|
"image": "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg",
|
|
|
|
|
"json": {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"text": "text"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"affixHeader": false,
|
|
|
|
|
"syncLocation": false,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID",
|
|
|
|
|
"type": "text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "text",
|
|
|
|
|
"label": "文本",
|
|
|
|
|
"type": "text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "image",
|
|
|
|
|
"label": "图片",
|
|
|
|
|
"name": "image"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "date",
|
|
|
|
|
"type": "date",
|
|
|
|
|
"label": "日期"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "progress",
|
|
|
|
|
"label": "进度",
|
|
|
|
|
"type": "progress"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "boolean",
|
|
|
|
|
"label": "状态",
|
|
|
|
|
"type": "status"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "boolean",
|
|
|
|
|
"label": "开关",
|
|
|
|
|
"type": "switch"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "type",
|
|
|
|
|
"label": "映射",
|
|
|
|
|
"type": "mapping",
|
|
|
|
|
"map": {
|
|
|
|
|
"1": "<span class='label label-info'>漂亮</span>",
|
|
|
|
|
"2": "<span class='label label-success'>开心</span>",
|
|
|
|
|
"3": "<span class='label label-danger'>惊吓</span>",
|
|
|
|
|
"4": "<span class='label label-warning'>紧张</span>",
|
|
|
|
|
"*": "其他:${type}"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "list",
|
|
|
|
|
"type": "list",
|
|
|
|
|
"label": "List",
|
|
|
|
|
"placeholder": "-",
|
|
|
|
|
"listItem": {
|
|
|
|
|
"title": "${title}",
|
|
|
|
|
"subTitle": "${description}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 列宽
|
|
|
|
|
|
2021-10-14 15:49:24 +08:00
|
|
|
|
可以给列配置 `width` 属性,控制列宽,共有两种方式:
|
2020-07-28 10:03:53 +08:00
|
|
|
|
|
|
|
|
|
#### 固定像素
|
|
|
|
|
|
|
|
|
|
可以配置数字,用于设置列宽像素,例如下面例子我们给`Rendering engine`列宽设置为`100px`。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine",
|
|
|
|
|
"width": 100
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### 百分比
|
|
|
|
|
|
|
|
|
|
也可以百分比来指定列宽,例如下面例子我们给`Rendering engine`列宽设置为`50%`。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine",
|
|
|
|
|
"width": "50%"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-14 15:49:24 +08:00
|
|
|
|
### 列对齐方式
|
|
|
|
|
|
2021-10-28 18:14:44 +08:00
|
|
|
|
> 1.4.0 及以上版本
|
2021-10-14 15:49:24 +08:00
|
|
|
|
|
|
|
|
|
通过 align 可以控制列文本对齐方式,比如
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2021-10-14 15:49:24 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"title": "表格1",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Version",
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${version | number}",
|
|
|
|
|
"align": "right"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 列样式
|
|
|
|
|
|
2021-10-28 18:14:44 +08:00
|
|
|
|
> 1.4.0 及以上版本
|
2021-10-14 15:49:24 +08:00
|
|
|
|
|
|
|
|
|
除了前面的宽度和对齐方式,还有更灵活的控制方法是通过样式表
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2021-10-14 15:49:24 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"title": "表格1",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version",
|
|
|
|
|
"className": "text-primary"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
如果要单独设置标题的样式,可以使用 `labelClassName` 属性
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2021-10-14 15:49:24 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"title": "表格1",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version",
|
|
|
|
|
"className": "text-primary",
|
|
|
|
|
"labelClassName": "font-bold"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-14 20:01:52 +08:00
|
|
|
|
### 单元格样式
|
|
|
|
|
|
2021-10-28 18:14:44 +08:00
|
|
|
|
> 1.4.0 及以上版本
|
2021-10-14 20:01:52 +08:00
|
|
|
|
|
|
|
|
|
`classNameExpr` 可以根据数据动态添加 CSS 类,支持 [模板](../../docs/concepts/template) 语法。
|
|
|
|
|
|
|
|
|
|
例如下例,`"<%= data.version > 5 ? "text-danger" : "" %>"` 表示当行数据的 `version` 数据大于 5 的时候添加 `text-danger` CSS 类名,使得文字颜色变红
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2021-10-14 20:01:52 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version",
|
|
|
|
|
"classNameExpr": "<%= data.version > 5 ? 'text-danger' : '' %>",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2022-03-15 22:17:51 +08:00
|
|
|
|
### 背景色阶
|
|
|
|
|
|
|
|
|
|
> 1.8.0 及以上版本
|
|
|
|
|
|
|
|
|
|
`backgroundScale` 可以用来根据数据控制自动分配色阶
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"data": {
|
|
|
|
|
"rows": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"version": "1",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"version": "7",
|
|
|
|
|
"grade": "B"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "C"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"version": "3",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"version": "6",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"version": "2",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "B"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"version": "10",
|
|
|
|
|
"grade": "D"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version",
|
|
|
|
|
backgroundScale: {
|
|
|
|
|
min: 0,
|
|
|
|
|
max: 10,
|
|
|
|
|
colors: ['#FFEF9C', '#FF7127']
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
`min` 和 `max` 都支持变量,如果为设置会自动计算当前列的最大和最小值。
|
|
|
|
|
|
|
|
|
|
默认会从当前列的 `name` 属性来获取数据,也可以通过 `backgroundScale.source` 使用变量及公式来获取数据。
|
|
|
|
|
|
2020-07-28 10:03:53 +08:00
|
|
|
|
### 默认是否显示
|
|
|
|
|
|
2020-12-10 17:50:24 +08:00
|
|
|
|
默认 `columnsTogglable` 配置为 `auto`,当列超过 5 列后,就会在工具栏多渲染出来一个列展示与否的开关。你可以设置成 `true` 或者 `false` 来强制开或者关。在列配置中可以通过配置 `toggled` 为 `false` 默认不展示这列,比如下面这个例子中 ID 这一栏。
|
2020-07-28 10:03:53 +08:00
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID",
|
|
|
|
|
"toggled": false
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-11-26 18:21:07 +08:00
|
|
|
|
### 固定列
|
|
|
|
|
|
|
|
|
|
列太多可以让重要的几列固定,可以配置固定在左侧还是右侧,只需要给需要固定的列上配置 `fixed` 属性,配置 `left` 或者 `right`。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-11-26 18:21:07 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2020-11-26 18:21:07 +08:00
|
|
|
|
"className": "w-xxl",
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"columnsTogglable": false,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine",
|
|
|
|
|
"fixed": "left"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform",
|
|
|
|
|
"fixed": "right"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-07-28 10:03:53 +08:00
|
|
|
|
### 可复制
|
|
|
|
|
|
|
|
|
|
可以在列上配置`"copyable": true`,会在该列的内容区里,渲染一个复制内容的图标,点击可复制该显示内容
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine",
|
|
|
|
|
"copyable": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
你也可以配置对象形式,可以自定义显示内容
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine",
|
|
|
|
|
"copyable": {
|
|
|
|
|
"content": "复制的内容是:${engine}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-12-20 15:17:58 +08:00
|
|
|
|
### 弹出框(popOver)
|
2020-07-28 10:03:53 +08:00
|
|
|
|
|
2022-02-14 15:31:35 +08:00
|
|
|
|
可以给列上配置 `popOver` 属性,会在该列的内容区里,渲染一个图标,点击会显示弹出框,用于展示内容
|
2020-07-28 10:03:53 +08:00
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine",
|
|
|
|
|
"popOver": {
|
|
|
|
|
"body": {
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${engine}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2022-02-14 15:31:35 +08:00
|
|
|
|
popOver 的其它配置请参考 [popover](./popover)
|
2020-12-20 15:17:58 +08:00
|
|
|
|
|
2020-07-28 10:03:53 +08:00
|
|
|
|
### 表头样式
|
|
|
|
|
|
|
|
|
|
可以配置`"isHead": true`,来让当前列以表头的样式展示。应用场景是:
|
|
|
|
|
|
|
|
|
|
1. 所有列`label`配置空字符串,不显示表头
|
|
|
|
|
2. 配置`combineNum`,合并单元格,实现左侧表头的形式
|
|
|
|
|
3. 列上配置`"isHead": true`,调整样式
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"affixHeader": false,
|
|
|
|
|
"combineNum": 1,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "",
|
|
|
|
|
"isHead": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": ""
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
还可以配置"offset",实现弹出框位置调整自定义
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "crud",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?waitSeconds=1",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine",
|
|
|
|
|
"popOver": {
|
|
|
|
|
"body": {
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "偏了一点的popover"
|
|
|
|
|
},
|
|
|
|
|
"offset": {
|
|
|
|
|
"y": 100
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 嵌套
|
|
|
|
|
|
|
|
|
|
当行数据中存在 children 属性时,可以自动嵌套显示下去。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"data": {
|
|
|
|
|
"rows": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"id": 1,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"id": 1001
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"id": 1002
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"id": 2,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"id": 2001
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"id": 2002
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.5",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5.5",
|
|
|
|
|
"grade": "A",
|
|
|
|
|
"id": 3,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"id": 3001
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"id": 3002
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 6",
|
|
|
|
|
"platform": "Win 98+",
|
|
|
|
|
"version": "6",
|
|
|
|
|
"grade": "A",
|
|
|
|
|
"id": 4,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"id": 4001
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"id": 4002
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 7",
|
|
|
|
|
"platform": "Win XP SP2+",
|
|
|
|
|
"version": "7",
|
|
|
|
|
"grade": "A",
|
|
|
|
|
"id": 5,
|
|
|
|
|
"children": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"id": 5001
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"id": 5002
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"columnsTogglable": false,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 底部展示 (Footable)
|
|
|
|
|
|
|
|
|
|
列太多时,内容没办法全部显示完,可以让部分信息在底部显示,可以让用户展开查看详情。配置很简单,只需要开启 `footable` 属性,同时将想在底部展示的列加个 `breakpoint` 属性为 `*` 即可。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"columnsTogglable": false,
|
|
|
|
|
"footable": true,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version",
|
|
|
|
|
"breakpoint": "*"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser",
|
|
|
|
|
"breakpoint": "*"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID",
|
|
|
|
|
"breakpoint": "*"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform",
|
|
|
|
|
"breakpoint": "*"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
默认都不会展开,如果你想默认展开第一个就把 footable 配置成这样。
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
{
|
2020-07-29 17:33:14 +08:00
|
|
|
|
"footable": {
|
|
|
|
|
"expand": "first"
|
|
|
|
|
}
|
2020-07-28 10:03:53 +08:00
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
当配置成 `all` 时表示全部展开。
|
|
|
|
|
|
|
|
|
|
## 合并单元格
|
|
|
|
|
|
|
|
|
|
只需要配置 `combineNum` 属性即可,他表示从左到右多少列内启动自动合并单元格,只要多行的同一个属性值是一样的,就会自动合并。
|
|
|
|
|
|
2021-07-01 20:00:43 +08:00
|
|
|
|
如果你不想从第一列开始合并单元格,可以配置 `combineFromIndex`,如果配置为 1,则会跳过第一列的合并。如果配置为 2,则会跳过第一列和第二列的合并,从第三行开始向右合并 `combineNum` 列。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"data": {
|
|
|
|
|
"rows": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.2",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.2",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "B"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "AOL browser (AOL desktop)",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "C"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "AOL browser (AOL desktop)",
|
|
|
|
|
"platform": "Win 98",
|
|
|
|
|
"version": "3",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "AOL browser (AOL desktop)",
|
|
|
|
|
"platform": "Win 98",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 1.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 1.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 2.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "B"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 2.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 2.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "D"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"combineNum": 3,
|
|
|
|
|
"columnsTogglable": false,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform(s)"
|
|
|
|
|
},
|
2021-09-08 19:20:05 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Engine version"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "CSS grade"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
> 1.3.0 版本开始 combineNum 支持使用变量,如下所示
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"data": {
|
|
|
|
|
"rows": [
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.2",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.2",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "B"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "AOL browser (AOL desktop)",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "C"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "AOL browser (AOL desktop)",
|
|
|
|
|
"platform": "Win 98",
|
|
|
|
|
"version": "3",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "AOL browser (AOL desktop)",
|
|
|
|
|
"platform": "Win 98",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 1.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 1.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 2.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "B"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 2.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"engine": "Gecko",
|
|
|
|
|
"browser": "Firefox 2.0",
|
|
|
|
|
"platform": "Win 98+ / OSX.2+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "D"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
combineNum: 3
|
|
|
|
|
},
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"combineNum": "$combineNum",
|
|
|
|
|
"columnsTogglable": false,
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform(s)"
|
|
|
|
|
},
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Engine version"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "CSS grade"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 超级表头
|
|
|
|
|
|
|
|
|
|
超级表头意思是,表头还可以再一次进行分组。额外添加个 `groupName` 属性即可。
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=5",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"className": "m-b-none",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Engine",
|
|
|
|
|
"groupName": "分组1"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade",
|
|
|
|
|
"groupName": "分组1"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version",
|
|
|
|
|
"groupName": "分组2"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser",
|
|
|
|
|
"groupName": "分组2"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID",
|
|
|
|
|
"toggled": false,
|
|
|
|
|
"groupName": "分组2"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform",
|
|
|
|
|
"groupName": "分组2"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-11-26 18:21:07 +08:00
|
|
|
|
## 高亮行
|
2020-07-28 10:03:53 +08:00
|
|
|
|
|
2021-02-01 20:44:49 +08:00
|
|
|
|
可以通过配置`rowClassNameExpr`来为行添加 CSS 类,支持 [模板](../../docs/concepts/template) 语法。
|
2020-11-26 18:21:07 +08:00
|
|
|
|
|
|
|
|
|
例如下例,`"<%= data.id % 2 ? "bg-success" : "" %>"` 表示当行数据的 `id` 变量为 不能被 `2` 整除时,给当前行添加`bg-success` CSS 类名,即绿色背景色
|
2020-07-28 10:03:53 +08:00
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
2020-11-26 18:21:07 +08:00
|
|
|
|
"rowClassNameExpr": "<%= data.id % 2 ? 'bg-success' : '' %>",
|
2020-07-28 10:03:53 +08:00
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
2020-11-26 18:21:07 +08:00
|
|
|
|
"label": "Engine"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "Grade"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
2020-11-26 18:21:07 +08:00
|
|
|
|
"label": "Platform"
|
2020-07-28 10:03:53 +08:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-12-22 16:53:48 +08:00
|
|
|
|
## 总结行
|
|
|
|
|
|
|
|
|
|
可以通过配置 `prefixRow` 或 `affixRow` 来为表格顶部或底部添加总结行,
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-12-22 16:53:48 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
2020-12-22 16:53:48 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"affixRow":[
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "总计"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${rows|pick:version|sum}"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2022-04-07 13:53:53 +08:00
|
|
|
|
> 1.8.1 及以上版本
|
|
|
|
|
|
|
|
|
|
新增 `affixRowClassNameExpr`、`affixRowClassName`、`prefixRowClassNameExpr`、`prefixRowClassName` 来控制总结行样式,比如下面的例子
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"affixRowClassNameExpr": "${SUM(ARRAYMAP(rows, item => item.version)) > 30 ? 'text-success' : ''}",
|
|
|
|
|
"affixRow":[
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "总计"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${rows|pick:version|sum}"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2020-12-23 11:56:41 +08:00
|
|
|
|
### 配置合并单元格
|
|
|
|
|
|
|
|
|
|
可以配置 `colSpan` 来设置一列所合并的列数,例如
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-12-23 11:56:41 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
2020-12-23 11:56:41 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"affixRow":[
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "总计",
|
|
|
|
|
"colSpan": 2
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${rows|pick:version|sum}"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
上例中我们给 `总计` 列配置了 `"colSpan": 2`,它会合并两个单元格
|
|
|
|
|
|
|
|
|
|
### 配置多行
|
|
|
|
|
|
|
|
|
|
可以配置二维数组来配置多行总结行
|
|
|
|
|
|
2021-01-07 23:35:03 +08:00
|
|
|
|
```schema: scope="body"
|
2020-12-23 11:56:41 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
2020-12-23 11:56:41 +08:00
|
|
|
|
"body": [
|
|
|
|
|
{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"affixRow":[
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "总计1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${rows|pick:version|sum}"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"text": "总计2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "tpl",
|
|
|
|
|
"tpl": "${rows|pick:version|sum}"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-20 10:05:02 +08:00
|
|
|
|
## 行操作按钮
|
2021-10-15 19:33:40 +08:00
|
|
|
|
|
|
|
|
|
通过 itemActions 可以设置鼠标移动到行上出现操作按钮
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
2021-10-15 19:33:40 +08:00
|
|
|
|
"body": [{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"itemActions": [{
|
|
|
|
|
"label": "编辑",
|
|
|
|
|
"type": "button",
|
|
|
|
|
"actionType": "dialog",
|
|
|
|
|
"dialog": {
|
|
|
|
|
"title": "编辑",
|
|
|
|
|
"body": "这是个简单的编辑弹框"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"label": "删除",
|
|
|
|
|
"type": "button",
|
|
|
|
|
"actionType": "ajax",
|
|
|
|
|
"confirmText": "确认要删除?",
|
|
|
|
|
"api": "/api/mock2/form/saveForm"
|
|
|
|
|
}],
|
|
|
|
|
"columns": [{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-20 10:05:02 +08:00
|
|
|
|
## 单行点击操作
|
|
|
|
|
|
2021-10-28 18:14:44 +08:00
|
|
|
|
> 1.4.0 及以上版本
|
2021-10-20 10:05:02 +08:00
|
|
|
|
|
|
|
|
|
处理前面的 itemActions,还可以配置 itemAction 来实现点击某一行后进行操作,支持 [action](./action) 里的所有配置,比如弹框、刷新其它组件等。
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
2021-11-28 11:18:33 +08:00
|
|
|
|
"api": "/api/mock2/sample?perPage=10",
|
2021-10-20 10:05:02 +08:00
|
|
|
|
"body": [{
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "$rows",
|
|
|
|
|
"itemAction": {
|
|
|
|
|
"type": "button",
|
|
|
|
|
"actionType": "dialog",
|
|
|
|
|
"dialog": {
|
|
|
|
|
"title": "详情",
|
|
|
|
|
"body": "当前行的数据 browser: ${browser}, version: ${version}"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"columns": [{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Version"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
注意这个属性和 `checkOnItemClick` 冲突,因为都是定义行的点击行为,开启 `itemAction` 后 `checkOnItemClick` 将会失效。
|
|
|
|
|
|
2021-11-05 17:32:19 +08:00
|
|
|
|
## 行角标
|
|
|
|
|
|
2021-11-09 12:54:33 +08:00
|
|
|
|
> 1.5.0 及以上版本
|
2021-11-05 17:32:19 +08:00
|
|
|
|
|
|
|
|
|
通过属性`itemBadge`,可以为表格行配置[角标](./badge),可以使用[数据映射](../../../docs/concepts/data-mapping)为每一行添加特定的 Badge 属性。[`visibleOn`](../../../docs/concepts/expression)属性控制显示的条件,表达式中`this`可以取到行所在上下文的数据,比如行数据中有`badgeText`字段才显示角标,可以设置`"visibleOn": "this.badgeText"`
|
|
|
|
|
|
|
|
|
|
```schema: scope="body"
|
|
|
|
|
{
|
|
|
|
|
"type": "service",
|
|
|
|
|
"body": {
|
|
|
|
|
"type": "table",
|
|
|
|
|
"source": "${table}",
|
|
|
|
|
"syncLocation": false,
|
|
|
|
|
"itemBadge": {
|
|
|
|
|
"text": "${badgeText}",
|
|
|
|
|
"mode": "ribbon",
|
|
|
|
|
"position": "top-left",
|
|
|
|
|
"level": "${badgeLevel}",
|
|
|
|
|
"visibleOn": "this.badgeText"
|
|
|
|
|
},
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "ID",
|
|
|
|
|
"searchable": {
|
|
|
|
|
"type": "input-text",
|
|
|
|
|
"name": "id",
|
|
|
|
|
"label": "主键",
|
|
|
|
|
"placeholder": "输入id",
|
|
|
|
|
"size": "sm",
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "engine",
|
|
|
|
|
"label": "Rendering engine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "Browser",
|
|
|
|
|
"searchable": {
|
|
|
|
|
"type": "select",
|
|
|
|
|
"name": "browser",
|
|
|
|
|
"label": "浏览器",
|
|
|
|
|
"placeholder": "选择浏览器",
|
|
|
|
|
"size": "sm",
|
|
|
|
|
"options": [
|
|
|
|
|
{
|
|
|
|
|
"label": "Internet Explorer ",
|
|
|
|
|
"value": "ie"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "AOL browser",
|
|
|
|
|
"value": "aol"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Firefox",
|
|
|
|
|
"value": "firefox"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "platform",
|
|
|
|
|
"label": "Platform(s)"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "Engine version",
|
|
|
|
|
"searchable": {
|
|
|
|
|
"type": "input-number",
|
|
|
|
|
"name": "version",
|
|
|
|
|
"label": "版本号",
|
|
|
|
|
"placeholder": "输入版本号",
|
|
|
|
|
"size": "sm",
|
|
|
|
|
"mode": "horizontal"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "grade",
|
|
|
|
|
"label": "CSS grade"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
data: {
|
|
|
|
|
table: [
|
|
|
|
|
{
|
|
|
|
|
"id": 1,
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 4.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "4",
|
|
|
|
|
"grade": "X",
|
|
|
|
|
"badgeText": "默认",
|
|
|
|
|
"badgeLevel": "info"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 2,
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.0",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5",
|
|
|
|
|
"grade": "C",
|
|
|
|
|
"badgeText": "危险",
|
|
|
|
|
"badgeLevel": "danger"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 3,
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 5.5",
|
|
|
|
|
"platform": "Win 95+",
|
|
|
|
|
"version": "5.5",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 4,
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 6",
|
|
|
|
|
"platform": "Win 98+",
|
|
|
|
|
"version": "6",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 5,
|
|
|
|
|
"engine": "Trident",
|
|
|
|
|
"browser": "Internet Explorer 7",
|
|
|
|
|
"platform": "Win XP SP2+",
|
|
|
|
|
"version": "7",
|
|
|
|
|
"grade": "A"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
2021-11-11 10:34:06 +08:00
|
|
|
|
## 表格内容高度自适应
|
|
|
|
|
|
|
|
|
|
> 1.5.0 及以上版本
|
|
|
|
|
|
|
|
|
|
通过 `autoFillHeight` 可以让表格内容区自适应高度,具体效果请看这个[示例](../../../examples/crud/auto-fill)。
|
|
|
|
|
|
|
|
|
|
它的展现效果是整个内容区域高度自适应,表格内容较多时在内容区域内出滚动条,这样顶部筛选和底部翻页的位置都是固定的。
|
|
|
|
|
|
|
|
|
|
开启这个配置后会自动关闭 `affixHeader` 功能避免冲突。
|
|
|
|
|
|
2020-07-28 10:03:53 +08:00
|
|
|
|
## 属性表
|
|
|
|
|
|
2021-10-14 15:49:24 +08:00
|
|
|
|
| 属性名 | 类型 | 默认值 | 说明 |
|
|
|
|
|
| ---------------- | ---------------------------------------- | ------------------------- | ------------------------------------------------------------------------- |
|
|
|
|
|
| type | `string` | | `"type"` 指定为 table 渲染器 |
|
|
|
|
|
| title | `string` | | 标题 |
|
|
|
|
|
| source | `string` | `${items}` | 数据源, 绑定当前环境变量 |
|
|
|
|
|
| affixHeader | `boolean` | `true` | 是否固定表头 |
|
|
|
|
|
| columnsTogglable | `auto` 或者 `boolean` | `auto` | 展示列显示开关, 自动即:列数量大于或等于 5 个时自动开启 |
|
style:组件对齐云舍4.1主题 (#4337)
* Select Options等组件样式对齐4.0
* 更新测试快照
* 修改部分测试用例
* feat:4.0样式修改
* 修改checkboxes hover问题
* Feat image 4.0 (#4242)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* fix: textarea组件对齐4.0标准 (#4149)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: inputTree组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: textarea组件对齐4.0标准
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* fix: inputTree 组价对齐4.0标准 (#4148)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: inputTree组件对齐4.0标准
* fix: inputtree组件图标颜色修改
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* feat: 部分组件样式问题修复 (#4154)
* feat: input-text 样式
* feat: input-range 样式
* feat: table 样式 1
* feat: search-box
* feat: curd icon
* feat: table 空状态
* feat: input-text 多选,最大宽度设置
* feat: search-box 搜索图标颜色
* feat: crud 编辑、过滤、搜索、排序 图标样式修改
* feat: 更新快照
* feat: 更新快照 2
* feat: curd fix
* feat: curd edit icon fix
* feat: input-password 不可见 icon 修改
* feat: input-password snapshot update
* docs:完善对话框size参数说明
* feat: Log 组件支持虚拟渲染及限制最大行数
* 修复不支持 loading 问题
* 换一下名字
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
* fix:修复删除图标颜色问题 (#4245)
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* feat: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* faet: Step组件支持点状步骤条、指定标签放置位置、新增超出内容显示浮层
* fix: 点状步骤条样式修改
* fix: inputTree组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: textarea组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: inputImage组件对齐4.0标准
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
* fix: image组件样式优化
* fix: 修复conditionbuilder组价图标颜色问题
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
* form表单对齐云社4.0 (#4248)
* feat: form增加表单项 label文本对齐方式选项
* fix: remark 支持在表单内配置
* style: form 间距对齐云社4.0
Co-authored-by: sarding <hongfuquan@baidu.com>
* Fix chart radios name (#4251)
* fix: Chart 单选框 修改为 ChartRadios 图表单选框
* fix: input-password 修改 可见 图标
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
* feat: checkboxes内边距&nestedSelect箭头修改 (#4254)
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
* Feature style 4.0 cxd (#4261)
* feat: 日期&折叠面板&提示样式对齐
* fix:测试用例修复
* feat: timeRange开始和结束分开&日期样式优化
* styles: 日历样式修复
Co-authored-by: hongyang03 <hongyang03@baidu.com>
* 整体字体大小调整 (#4264)
* feat: form增加表单项 label文本对齐方式选项
* fix: remark 支持在表单内配置
* style: form 间距对齐云社4.0
* 修改表单的字体
Co-authored-by: sarding <hongfuquan@baidu.com>
* inputfile 和 drawer对齐云社4.0 (#4249)
* fix: drawer 和 inputfile 关闭图标对齐云社4.0
* fix:修改 drawer的图标大小 和边框圆角
* drawer 样式调整
Co-authored-by: sarding <hongfuquan@baidu.com>
* Fix style (#4265)
* fix: input-password icon 高度
* fix: input-password icon 换行问题
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
* fix: curd 图标垂直居中 (#4271)
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
* fix:修复nestedSelect无法动态调整位置及溢出问题 (#4292)
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
* style: 优化switch组件动效 (#4302)
* style:优化date组件最小宽度 (#4303)
* style:cxd主题移动端基础字号调整为16px (#4305)
* marge master into style-cxd (#4306)
* docs:完善对话框size参数说明
* feat: Log 组件支持虚拟渲染及限制最大行数
* 修复不支持 loading 问题
* 换一下名字
* fix: 公式编辑器 variableMode 失效 (#4252)
* 提交事件支持禁用默认提示
* fix:修改执行方式
* 修改测试api
* 去掉无效引用
* fix: 修复datetime移动端报错
* chore: jssdk 的 responseAdaptor 扩充参数,支持拿 response 整个对象,包括返回的 headers 和… (#4229)
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* docs: 切换主题文档描述不正确问题
* 优化逻辑
* 调整格式
* 处理异步
* 增加兼容逻辑
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等 (#4250)
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等
* 日志容器针对操作按钮增加相对定位
* 改变工具栏为侧边隐藏样式
* 调整 log 操作按钮位置避免遮挡内容
* 补充翻译
* 修复 Log 行样式丢失
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* fixup (#4263)
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
* fix #4240: 修复input-datetime组件timeConstraints属性不生效问题,修复时间选取后自动滚动位置错误 (#4253)
* chore: action countDown 在actionType为ajax时,请求通过再执行倒计时操作、dialog header 传递动作属性 (#4000)
* LocationPicker ak支持数据解析,可用于统一地图配置
* drawer header传递动作属性,在header中也可以提交、关闭等操作
* action countDown 在actionType为ajax时,请求通过再执行倒计时操作
* dialog header 传递动作属性
* 修一些编码规范问题
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* chore: 修几个单元测试报错 (#4272)
* feat:toast支持取消合并state
* fix: 修正ContextMenu 二次触发时遮挡问题 (#4282)
* fix(ContextMenu): 增加判空处理 (#4283)
* 人员选择组件支持部门、角色、岗位选择 (#4285)
* 人员选择组件
* 修复ts报错
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例 (#4278)
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例
* fix:修复事件动作对禁用状态控制失效问题
* fix:修复事件动作对禁用状态控制失效问题
* fix:动作执行时对组件查找失败的容错 (#4290)
* feat:Table2支持配置单元格样式、行操作按钮 (#4268)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
* fix #4270: checkboxes组件checkAll属性失效问题 (#4287)
* feat:事件干预支持表达式 (#4295)
* fix #4258: sdk方式下toast配置不生效问题 (#4274)
* feat: 添加 json-schema 渲染器 (#4269)
* feat: 添加 json-schema 渲染器
* draft: 组件层添加 form 逻辑
* 补充组件form相关逻辑
* json-schema-editor 组件内部实现调整
* 添加 json-schema 渲染器
* 补充外部 value 变化更新成员的逻辑
* 补充外部 value 变化更新成员的逻辑
* 优化 json-schema 交互
* 修改 snapshot
* 可能死循环
* 补充文档
* 优化逻辑
* 具备远程获取能力
* 固定值优化
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑 (#4288)
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑
* fix(custom): update
* fix(custom): 更新测试用例
* 类型只有一个时不显示切换按钮
* fix: Pagination 切换页码后每页显示重置问题 (#4298)
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: decarp <zhycde@gmail.com>
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
Co-authored-by: metooweb <2947550545@qq.com>
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: 龙少 <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
* fix:transfer组件云舍样式完善 (#4310)
Co-authored-by: sqzhou <zhoushengqiang01@MacBook-Pro-2.local>
* merge master (#4335)
* docs:完善对话框size参数说明
* feat: Log 组件支持虚拟渲染及限制最大行数
* 修复不支持 loading 问题
* 换一下名字
* fix: 公式编辑器 variableMode 失效 (#4252)
* 提交事件支持禁用默认提示
* fix:修改执行方式
* 修改测试api
* 去掉无效引用
* fix: 修复datetime移动端报错
* chore: jssdk 的 responseAdaptor 扩充参数,支持拿 response 整个对象,包括返回的 headers 和… (#4229)
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* chore: jssdk 的 responseAdpator 扩充参数,支持拿 response 整个对象,包括返回的 headers 和状态码信息
* docs: 切换主题文档描述不正确问题
* 优化逻辑
* 调整格式
* 处理异步
* 增加兼容逻辑
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等 (#4250)
* feat: 更新实时日志组件,增加可操作按钮:停止、显示行号等
* 日志容器针对操作按钮增加相对定位
* 改变工具栏为侧边隐藏样式
* 调整 log 操作按钮位置避免遮挡内容
* 补充翻译
* 修复 Log 行样式丢失
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* fixup (#4263)
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
* fix #4240: 修复input-datetime组件timeConstraints属性不生效问题,修复时间选取后自动滚动位置错误 (#4253)
* chore: action countDown 在actionType为ajax时,请求通过再执行倒计时操作、dialog header 传递动作属性 (#4000)
* LocationPicker ak支持数据解析,可用于统一地图配置
* drawer header传递动作属性,在header中也可以提交、关闭等操作
* action countDown 在actionType为ajax时,请求通过再执行倒计时操作
* dialog header 传递动作属性
* 修一些编码规范问题
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
* chore: 修几个单元测试报错 (#4272)
* feat:toast支持取消合并state
* fix: 修正ContextMenu 二次触发时遮挡问题 (#4282)
* fix(ContextMenu): 增加判空处理 (#4283)
* 人员选择组件支持部门、角色、岗位选择 (#4285)
* 人员选择组件
* 修复ts报错
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例 (#4278)
* fix:修复事件动作对禁用状态控制失效问题&更新文档示例
* fix:修复事件动作对禁用状态控制失效问题
* fix:修复事件动作对禁用状态控制失效问题
* fix:动作执行时对组件查找失败的容错 (#4290)
* feat:Table2支持配置单元格样式、行操作按钮 (#4268)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
* fix #4270: checkboxes组件checkAll属性失效问题 (#4287)
* feat:事件干预支持表达式 (#4295)
* fix #4258: sdk方式下toast配置不生效问题 (#4274)
* feat: 添加 json-schema 渲染器 (#4269)
* feat: 添加 json-schema 渲染器
* draft: 组件层添加 form 逻辑
* 补充组件form相关逻辑
* json-schema-editor 组件内部实现调整
* 添加 json-schema 渲染器
* 补充外部 value 变化更新成员的逻辑
* 补充外部 value 变化更新成员的逻辑
* 优化 json-schema 交互
* 修改 snapshot
* 可能死循环
* 补充文档
* 优化逻辑
* 具备远程获取能力
* 固定值优化
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑 (#4288)
* fix(custom): 完善custom自定义组件,增加属性变动更新逻辑
* fix(custom): update
* fix(custom): 更新测试用例
* 类型只有一个时不显示切换按钮
* fix: Pagination 切换页码后每页显示重置问题 (#4298)
* feat:transfer组件功能完善 (#3696)
* feat:transfer组件功能完善
* update-snapshot
* feat:transfer组件功能完善
* update-snapshot
* feat:transfer组件功能完善
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* update-snapshot
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* feat:transfer组件云舍4.0功能
* update-snapshot
Co-authored-by: sqzhou <zhoushengqiang01@baidu.com>
* feat: 表单label支持左右对齐方式 (#4311)
* fix: 修复 replaceText 不支持 schemaApi 问题 (#4300)
* fix: deferloadOptions 在defer模式下的处理问题
* fix: 按钮disabledOn属性失效问题 (#4324)
* fix: Service组件条件轮询会多调用一次api; docs: 补充轮询相关属性示例 (#4317)
* fix: 公式变量检索问题 (#4325)
* fix #1536: actionType为ajax时sendOn属性未生效问题 (#4326)
* fix:修复disabled失效问题 (#4329)
* fix:修复disabled失效问题
* test:补充事件动作测试用例
* fix:样式问题
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: decarp <zhycde@gmail.com>
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
Co-authored-by: metooweb <2947550545@qq.com>
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: 龙少 <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: sqzhou <zhoushengqiang01@baidu.com>
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
Co-authored-by: qiaogg <43558337+qiaogg@users.noreply.github.com>
Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
Co-authored-by: sansiro <sansiro@sansiro.me>
Co-authored-by: liuzedong02 <liuzedong02@baidu.com>
Co-authored-by: liweijian <liweijian@hkmtl.com>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: sarding <37691952+sarding@users.noreply.github.com>
Co-authored-by: sarding <hongfuquan@baidu.com>
Co-authored-by: 徐佳豪 <53201551+blue-squirrel@users.noreply.github.com>
Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com>
Co-authored-by: hongyang03 <hongyang03@baidu.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
Co-authored-by: decarp <zhycde@gmail.com>
Co-authored-by: zhyc <zhyc@hzsuoyi.com>
Co-authored-by: metooweb <2947550545@qq.com>
Co-authored-by: metooweb <1058776960@qq.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: 龙少 <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: sqzhou <zhoushengqiang01@MacBook-Pro-2.local>
Co-authored-by: sqzhou <zhoushengqiang01@baidu.com>
2022-05-13 17:25:22 +08:00
|
|
|
|
| placeholder | `string` 或者 `SchemaTpl` | `暂无数据` | 当没数据的时候的文字提示 |
|
|
|
|
|
| emptyIcon | `string` 或者 `SchemaIcon` | | 当没数据的时候的图标显示 |
|
2021-10-14 15:49:24 +08:00
|
|
|
|
| className | `string` | `panel-default` | 外层 CSS 类名 |
|
|
|
|
|
| tableClassName | `string` | `table-db table-striped` | 表格 CSS 类名 |
|
|
|
|
|
| headerClassName | `string` | `Action.md-table-header` | 顶部外层 CSS 类名 |
|
|
|
|
|
| footerClassName | `string` | `Action.md-table-footer` | 底部外层 CSS 类名 |
|
|
|
|
|
| toolbarClassName | `string` | `Action.md-table-toolbar` | 工具栏 CSS 类名 |
|
|
|
|
|
| columns | `Array<Column>` | | 用来设置列信息 |
|
|
|
|
|
| combineNum | `number` | | 自动合并单元格 |
|
|
|
|
|
| itemActions | Array<[Action](./action-button)> | | 悬浮行操作按钮组 |
|
|
|
|
|
| itemCheckableOn | [表达式](../../docs/concepts/expression) | | 配置当前行是否可勾选的条件,要用 [表达式](../../docs/concepts/expression) |
|
|
|
|
|
| itemDraggableOn | [表达式](../../docs/concepts/expression) | | 配置当前行是否可拖拽的条件,要用 [表达式](../../docs/concepts/expression) |
|
|
|
|
|
| checkOnItemClick | `boolean` | `false` | 点击数据行是否可以勾选当前行 |
|
|
|
|
|
| rowClassName | `string` | | 给行添加 CSS 类名 |
|
|
|
|
|
| rowClassNameExpr | [模板](../../docs/concepts/template) | | 通过模板给行添加 CSS 类名 |
|
|
|
|
|
| prefixRow | `Array` | | 顶部总结行 |
|
|
|
|
|
| affixRow | `Array` | | 底部总结行 |
|
2021-11-05 17:32:19 +08:00
|
|
|
|
| itemBadge | [`BadgeSchema`](./badge) | | 行角标配置 |
|
2021-11-11 10:34:06 +08:00
|
|
|
|
| autoFillHeight | `boolean` | | 内容区域自适应高度 |
|
2021-10-14 15:49:24 +08:00
|
|
|
|
|
|
|
|
|
## 列配置属性表
|
|
|
|
|
|
|
|
|
|
| 属性名 | 类型 | 默认值 | 说明 |
|
|
|
|
|
| ---------- | --------------------------------------------- | ------- | ---------------- |
|
|
|
|
|
| label | [模板](../../docs/concepts/template) | | 表头文本内容 |
|
|
|
|
|
| name | `string` | | 通过名称关联数据 |
|
2021-11-05 17:32:19 +08:00
|
|
|
|
| fixed | `left` \| `right` \| `none` | | 是否固定当前列 |
|
2021-10-14 15:49:24 +08:00
|
|
|
|
| popOver | | | 弹出框 |
|
|
|
|
|
| quickEdit | | | 快速编辑 |
|
|
|
|
|
| copyable | `boolean` 或 `{icon: string, content:string}` | | 是否可复制 |
|
|
|
|
|
| sortable | `boolean` | `false` | 是否可排序 |
|
2021-11-05 17:32:19 +08:00
|
|
|
|
| searchable | `boolean` \| `Schema` | `false` | 是否可快速搜索 |
|
|
|
|
|
| width | `number` \| `string` | 列宽 |
|
2021-10-14 15:49:24 +08:00
|
|
|
|
| remark | | | 提示信息 |
|