参考:https://www.jeasyui.com/forum/index.php?topic=5922.0
用updateRow方法
 
 
$('#dg').datagrid('updateRow',{
  index: 2,
  row: {
    name: 'new name',
    note: 'new note message'
  }
}); 
 
[easyUI]修改datagrid表格中的值
阅读 67
2022-08-04
参考:https://www.jeasyui.com/forum/index.php?topic=5922.0
用updateRow方法
 
 
$('#dg').datagrid('updateRow',{
  index: 2,
  row: {
    name: 'new name',
    note: 'new note message'
  }
}); 
 
相关推荐
精彩评论(0)