Posted 1 September 2020, 3:02 pm EST
Hi Team,
Same Height is getting applied to all rows. can you please let us know how can i fix this.
i used below code.
$scope.init=function(s,e){
//enable word wrap
s.columns.getColumn('country').wordWrap=true;
//auto size rows
s.autoSizeRows(0,s.rows.length);
}