@yungu-fed/datagrid
v0.2.24
Published
## 数据格式
Downloads
12
Keywords
Readme
dataGrid
数据格式
传参:
dataSource: {} 数据
ifShowRowSelection: boolean 是否显示选择行
saveRow: function(rowData){} 保存行数据
rowSelected: function(rowKeys, rows){} 选择行
注意:
dataSource { header: [{ key: '属性', 'title': '名称', 'code': 'input/img/select/treeSelect/switch', 'options': [{ key: '', title: ''}]}], data: [{ 属性: 值, 'key': 1, 'children': []}]}