dataReady: function(){ this.pageData().forEach(function(rd){ if( rd.pq_gtitle && rd.children.length==1){ //if group title row and only one child. rd.pq_htfix = rd.pq_ht = 0.1; //assign very little height to it to effectively hide it. } }) },