0
在我的页面中,我不希望显示任何删除确认消息。 我试过 deleteConfirmation:false
jtable deleteConfirmation:虚假错误
但我仍然收到确认提醒框。 请提出一些解决方法来实现这一点。 提前感谢您。
这里是代码示例:
title : 'WorkArea List',
paging : true, //Enable paging
pageSize : 10, //Set page size (default: 10)
sorting : false, //Enable sorting
jqueryuiTheme : true,
openChildAsAccordion : true,
deleteConfirmation : false,
actions : {
listAction : '<%=request.getContextPath()%>/globallink/ajax/grid?type=repoLoad',
deleteAction : '<%=request.getContextPath()%>/globallink/ajax/g rid?type=repoDelete',
updateAction : '<%=request.getContextPath()%>/globallink/ajax/grid?type=repoUpdate'
}