Skip to content

Activate

The first children tab gets selected by default. We can select a different tab by using the activate("tablename") - function

1
2
3
4
var dv = AppGiniHelper.DV;
dv.ready(function() {
    dv.getChildrenTabs().activate("subtablename");
});
  • TODO:
    activate children tab if more than one lookup exists for the same table