0
点赞
收藏
分享

微信扫一扫

[easyUI]修改datagrid表格中的值

Gaaidou 2022-08-04 阅读 59


参考: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 条评论