萤火星 发表于 2021-3-16 13:30:13

【5.20203.748】【wjFlexGridCellTemplate】

本帖最后由 萤火星 于 2021-3-16 13:42 编辑

<wj-flex-grid #grid
    [(itemsSource)]="data"
    (initialized)="initializeGrid(grid)"
    selectionMode="ListBox"
    >

<wj-flex-grid-column
      *ngFor="let field of listFields"
      ="field.name"
      ="field.title"
      width="*"
    >

    <ng-template wjFlexGridCellTemplate cellType="CellEdit" let-cell="cell">
      <field-type [(value)]="cell.value" ="3"></field-type>
    </ng-template>

</wj-flex-grid-column>

</wj-flex-grid>



let-cell="cell" cell下存在哪些属性

萤火星 发表于 2021-3-16 13:38:24

let-cell="cell" cell下都存在什么属性呢?可以自己附加其它 属性吗?

KevinChen 发表于 2021-3-16 16:17:06

您好,关于列属性,在API中有对应的文档:
https://www.grapecity.com/wijmo/api/modules/wijmo_vue2_grid.html#wjflexgridcelltemplate
页: [1]
查看完整版本: 【5.20203.748】【wjFlexGridCellTemplate】