使用自定义表头后怎么显示排序的图标
本帖最后由 wisense 于 2019-4-22 14:26 编辑<ng-template wjFlexGridCellTemplate ="'ColumnHeader'">
<span>{{col.HeaderName}} <span class="required" *ngIf="col.IsRequired">※</span> </span>
</ng-template>使用上述自定义表头的代码后,设置了column的allowSorting为true,可以排序,但是没有排序的箭头,怎么设置才能有箭头。
您好,自定义单元格需要自己设置箭头样式,参考示例:
https://demo.grapecity.com.cn/wijmo/demos/Grid/CustomCells/ConditionalStyling/purejs
页:
[1]