jqGrid的使用记录(实现分页、搜索功能)(9)

name: 'myac', index: '', width: 80, fixed: true, sortable: false, resize: false,     formatter: 'actions',     formatoptions: {     keys: true,     delbutton:false,     delOptions: { recreateForm: true, beforeShowForm: beforeDeleteCallback },     formatter:"actionFormatter"   },

然后在页面开始处增加如下代码:

$.extend($.fn.fmatter, { actionFormatter: function(cellvalue, options, rowObject) { var retVal = "显示在原来编辑按钮的按个地方的代码"; return retVal; } } );

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wzzpxj.html