我发现在Interactive Grid Cookbook中隐藏了Interactive Grid的Report设置区域
function(config) {
config.reportSettingsArea = false;
// may want to disable the highlights feature. Comment out this code to make initial highlight settings
apex.util.getNestedObject(config, "views.grid.features").highlight = false;
return config;}
答案 0 :(得分:0)
要完全删除交互式报告的设置区域,可以执行以下操作:
转到CSS部分,然后将以下代码粘贴到属性“ In line”中(假设您的静态ID 为“ IR_ORDERS” :
>#IR_ORDERS_control_panel{
display:none;
}
答案 1 :(得分:0)
(如果您使用的是Ver 18.1以上版本)
转到属性,然后在搜索栏下找到 Finder下拉列表,并将其设置为否。