如何添加页脚模板以反应剑道网格

时间:2019-03-18 11:40:17

标签: css reactjs kendo-ui kendo-grid kendo-react-ui

我想在Kendo网格(table)的末尾,在所有tr(s)like this sample下添加一个记录汇总。

遗憾的是,Kendo React UI网格仅支持footer for groups,而Kendo React数据网格不支持页脚模板。

我必须手动修改表格最后一行的CSS:

.general-ledger-balance .k-grid-content table > tbody > tr.k-master-row:last-child {
    font-weight: bold;
    position: fixed;
}

但是此解决方案搞砸了aggregate tr

有什么帮助吗?

1 个答案:

答案 0 :(得分:1)

当前没有添加全局聚合的内置方法,但是Github中已经记录了功能请求。您可以在此处关注功能进度: