Page 1 of 1

IG Highlight color and Hide controls

Posted: Sat Feb 04, 2023 8:32 am
by admin
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;
}
IG color.jpg
IG color2.jpg