1,自动刷新,BI首页更改
parent
4d0e122f16
commit
b8bc2bc9e0
|
@ -93,7 +93,7 @@ public class DataGridTag extends TagSupport {
|
|||
private String entityName;//对应的实体对象
|
||||
private String rowStyler;//rowStyler函数
|
||||
private String extendParams;//扩展参数,easyui有的,但是jeecg没有的参数进行扩展
|
||||
private boolean autoLoadData=false; // 列表是否自动加载数据
|
||||
private boolean autoLoadData=true; // 列表是否自动加载数据
|
||||
//private boolean frozenColumn=false; // 是否是冰冻列 默认不是
|
||||
private String langArg;
|
||||
|
||||
|
|
|
@ -60,10 +60,7 @@
|
|||
}
|
||||
|
||||
},
|
||||
exporting:{
|
||||
filename:'pie',
|
||||
url:'${ctxPath}/jeecgListDemoController.do?export'
|
||||
},
|
||||
|
||||
plotOptions : {
|
||||
pie : {
|
||||
allowPointSelect : true,
|
||||
|
@ -124,10 +121,7 @@
|
|||
}
|
||||
|
||||
},
|
||||
exporting:{
|
||||
filename:'column',
|
||||
url:'${ctxPath}/jeecgListDemoController.do?export'
|
||||
},
|
||||
|
||||
plotOptions : {
|
||||
column : {
|
||||
allowPointSelect : true,
|
||||
|
@ -191,10 +185,7 @@
|
|||
}
|
||||
|
||||
},
|
||||
exporting:{
|
||||
filename:'pie',
|
||||
url:'${ctxPath}/jeecgListDemoController.do?export'
|
||||
},
|
||||
|
||||
plotOptions : {
|
||||
pie : {
|
||||
allowPointSelect : true,
|
||||
|
|
Loading…
Reference in New Issue