Currently, there seems to be some discrepancy between the class that is applied for the footer inside the TreeList. It seems that the k-footer class is only applied in Angular while k-footer-template is used elsewhere:
However in the corresponding rendering test, it seems that only k-footer-template is required and k-footer appears as missing:
|
<TableRow className="k-footer-template" role="row" aria-rowindex={7}> |
Currently, there seems to be some discrepancy between the class that is applied for the footer inside the TreeList. It seems that the
k-footerclass is only applied in Angular whilek-footer-templateis used elsewhere:However in the corresponding rendering test, it seems that only
k-footer-templateis required andk-footerappears as missing:kendo-themes/packages/html/src/treelist/templates/treelist-aggregates.tsx
Line 87 in ab7a20c