The showDescendants() method sets child modules to visible.
showDescendants( invisibilityMode )
|
invisibilityMode |
String |
A common invisibility mode to be passed to child modules. |
Undefined
onRowClick: function(evt) {
this.showDescendants(this.DRILLDOWN_VISIBILITY_KEY + "_" + this.moduleId);
},