Kendo UI Angular Grid - 自定义标题

时间:2017-02-17 10:43:14

标签: angular kendo-ui-angular2

在网格的页脚中,您可以在每列中执行以下操作,并且所有值都位于同一页脚中:

    <template kendoGridGroupFooterTemplate let-group="group" let-aggregates>
        <span class="pull-right">{{(aggregates["dProfit"].sum / aggregates["net_tot"].sum) * 100|number:'1.2-2'}}</span>
    </template>

你能在标题中这样做吗?

1 个答案:

答案 0 :(得分:0)

您可以对GroupHeaderTemplate执行相同操作。看看 - http://www.telerik.com/kendo-angular-ui/components/grid/api/GroupHeaderTemplateDirective/