|
|
|
@ -17812,7 +17812,7 @@ $(function () {
|
|
|
|
|
//注册控件
|
|
|
|
|
BI.Plugin.registerWidget("bi.grid_table", function (ob) { |
|
|
|
|
//非chrome下滚动条滑动效果不好,禁止掉
|
|
|
|
|
if (!(BI.isChrome() && BI.isWindows())) { |
|
|
|
|
if (!(BI.isChrome() && BI.isWindows() && !BI.isEdge())) { |
|
|
|
|
return BI.extend(ob, {type: "bi.quick_grid_table"}); |
|
|
|
|
} else { |
|
|
|
|
return ob; |
|
|
|
@ -17820,7 +17820,7 @@ $(function () {
|
|
|
|
|
}); |
|
|
|
|
BI.Plugin.registerWidget("bi.collection_table", function (ob) { |
|
|
|
|
//非chrome下滚动条滑动效果不好,禁止掉
|
|
|
|
|
if (!(BI.isChrome() && BI.isWindows())) { |
|
|
|
|
if (!(BI.isChrome() && BI.isWindows() && !BI.isEdge())) { |
|
|
|
|
return BI.extend(ob, {type: "bi.quick_collection_table"}); |
|
|
|
|
} else { |
|
|
|
|
return ob; |
|
|
|
|