let header = [
{
label: '摘要',
field: 'summary',
sortable: false,
align: CellAlign.Left,
resizable: true,
weight: 1
},
{
label: '单价',
field: 'unitPrice',
sortable: true,
align: CellAlign.Right,
resizable: false,
format: value => utils.formatCurrency(value)
},
{
label: '数量',
field: 'amount',
sortable: true,
align: CellAlign.Right,
resizable: false
},
]
let header = [
{
label: '摘要',
field: 'summary',
sortable: false,
align: CellAlign.Left,
resizable: true,
weight: 1
},
{
label: '处理信息',
coulumns: [
{
label: '处理人',
},
{
}
]
},
{
label: '数量',
field: 'amount',
sortable: true,
align: CellAlign.Right,
resizable: false
},
]
Datasheet编辑器
setData(data:Array) getData():Array
支持的类型:
- 文字输入
- 数字输入
- 日期选择
- 时间输入
- 日期和时间选择输入
- 下拉框
- 弹出框
- 用户自己定义的类型