Posted 17 June 2021, 4:45 pm EST
Hello! I have a of questions.
I am using Angular 9.
For my project, I am considering switching from FlexGrid to FlexSheet. This is more of a challenge that I anticipated.
- How do I name a column header? Ex: I am trying to name a column Product Name.
I am trying to use the ```
<wj-flex-grid-column [header]=“‘Product’” [isReadOnly]=“true” [binding]=“‘productName’” [width]=“‘2*’”>
2) I am unsure how nice ng-template plays with the Wijmo Flexsheet.
3) Is there a way to use FlexGrid within FlexSheet? I thought FlexSheet supported all of the FlexGrid properties.
4) I am using things such as mat-form-field within my columns in my FlexGrid column. What is the best way to put this in my FlexSheet Column, or do I have to do it from the TypeScript side of things?