Hello everyone,
MY APEX VERSION NUMBER : 22.1.0
I would like to create a button, with a dynamic action which changes the current tab of the region display selector.
I've a Javascript code like this :
var region = apex.region("RDS_STATIC_ID");
var displaySelector = region.widget().interactiveGrid("getViewsSelector");
displaySelector.setSelectedTab(1);
However I get an error for the second line.
How would you proceed ?
Thank you for your experience