easyui datagrid updateRow 行号bug
Posted 陈可
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui datagrid updateRow 行号bug相关的知识,希望对你有一定的参考价值。
版本是easyui 1.5
renderRow:function(_81e,_81f,_820,_821,_822){
var opts=$.data(_81e,"datagrid").options;
var cc=[];
if(_820&&opts.rownumbers){
var _823=parseInt(_821)+1; 修这里位置
if(opts.pagination){
_823+=(opts.pageNumber-1)*opts.pageSize;
}
cc.push("<td class=\"datagrid-td-rownumber\"><div class=\"datagrid-cell-rownumber\">"+_823+"</div></td>");
}
以上是关于easyui datagrid updateRow 行号bug的主要内容,如果未能解决你的问题,请参考以下文章
jqeury easyui 为啥 onBeforLoad里面的$.messager.confirm不能阻止onBeforLoad的执行!