Oracle APEX Hide Report Settings Area for Interactive Grid

Опубликовано: 18 Март 2020
на канале: ali saleh ali
2,066
28

Js Code
--
function(config) {
config.reportSettingsArea = false;
// may want to disable the highlights feature. Comment out this code to make initial highlight settings
if (!config.views) { config.views = {}; }
if (!config.views.grid) { config.views.grid = {features:{}}; }
config.views.grid.features.highlight = false;
return config;
}
--
My course
https://www.udemy.com/course/full-tra...