API
Class

CustomNewEvent ($UI/wxsys/comps/tableData/data#CustomNewEvent)

使用范围:WX

Contents

class CustomNewEvent ($UI/wxsys/comps/tableData/data#CustomNewEvent)

新增事件

Constructor Top

  CustomNewEvent ()

Properties Top

Array data

行数据对象数组[{sName:'LiMing',sAge:18},...],数组的length决定新增的行数
结构如下:

[ { "列名" : 默认值, "列名" : 默认值, ... }, ... ]

Options options

新增参数

Data source

数据组件自身

Constructor details Top

public CustomNewEvent ()

新增事件

Properties Detail Top

public Array data

行数据对象数组[{sName:'LiMing',sAge:18},...],数组的length决定新增的行数
结构如下:

[ { "列名" : 默认值, "列名" : 默认值, ... }, ... ]

public Options options

新增参数

public Data source

数据组件自身