Skip to content

Hide

1
2
3
4
var dv = AppGiniHelper.DV;
dv.ready(function() {
    dv.getChildrenTabs().hide("subtablename");
});