</pre>
//比如获取data组件第六行的行对象,索引是从0开始的

var row = this.comp('dataXid').datas.get()[5];

row.val('字段');//取值

row.val('字段','值');//赋值
<pre>