发布v2.6.3版本
This commit is contained in:
9
mode/bootstrapplugin/jquery-bootstable.js
vendored
9
mode/bootstrapplugin/jquery-bootstable.js
vendored
@@ -882,10 +882,17 @@
|
||||
|
||||
this._caozuochengs=function(a,oj){
|
||||
a.renderer=function(v,d,oi){
|
||||
var s='<a oi="'+oi+'" oj="'+oj+'" style="TEXT-DECORATION:none" temp="caozuomenu_'+rand+'">操作<i class="icon-angle-down"></i></a>';
|
||||
var s='<a oi="'+oi+'" oj="'+oj+'" style="TEXT-DECORATION:none" temp="caozuomenu_'+rand+'">';
|
||||
if(this.opttype){
|
||||
s+=this.opttype;
|
||||
}else{
|
||||
s+='操作<i class="icon-angle-down"></i>';
|
||||
}
|
||||
s+='</a>';
|
||||
if(!d.id)s=' ';
|
||||
return s;
|
||||
};
|
||||
a.renderattr=function(){return 'nowrap'}
|
||||
a.notexcel=true;
|
||||
return a;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user