Posted 30 May 2019, 11:58 pm EST
Hi experts,
May I ask how can I change the Column’s height in wj-flex-grid?
Have tried to put on css on column’s cell and add class to
<wj-flex-grid-column *ngFor=“let col of dynamicColumns”
[binding]=“col.binding”
[header]=“col.header”
[visible]=“col.visible”
[width]=“col.width”
class=“max-height”
>
both did not work.
Could someone give a clue on this?
Thanks