I want Wijmo FlexGrid column width should cover full width.
As I'm dynamically assigning the columns so can't use [width]="'*'"
I want Wijmo FlexGrid column width should cover full width.
As I'm dynamically assigning the columns so can't use [width]="'*'"
Copyright © 2021 Jogjafile Inc.
Assign a template reference variable to the grid. E.g.
flex1Then in the
ngAfterViewInitcallback set up your columns and assign the column in question the width'*', e.g.