增加 双击grid行,弹出详情页的例子。

This commit is contained in:
thinkgem
2019-05-27 16:45:30 +08:00
parent 9ae4d9301f
commit 3846ff0f4d

View File

@@ -164,7 +164,11 @@ $('#dataGrid').dataGrid({
<% } %> <% } %>
return actions.join(''); return actions.join('');
}} }}
], ],
// 双击表格行时调用
ondblClickRow: function(id, rownum, colnum, event){
js.addTabPage(null, '编辑数据', '${ctx}/test/testData/form?id='+id);
},
// 加载成功后执行事件 // 加载成功后执行事件
ajaxSuccess: function(data){ ajaxSuccess: function(data){
// if (data.count == 0){ // if (data.count == 0){