本帖最后由 wisense 于 2019-4-22 14:26 编辑
- <ng-template wjFlexGridCellTemplate [cellType]="'ColumnHeader'">
- <span>{{col.HeaderName}} <span class="required" *ngIf="col.IsRequired">※</span> </span>
- </ng-template>
复制代码 使用上述自定义表头的代码后,设置了column的allowSorting为true,可以排序,但是没有排序的箭头,怎么设置才能有箭头。
|
|