ViewUI icon indicating copy to clipboard operation
ViewUI copied to clipboard

[Feature Request]table的自定义列模板为什么在合计行不生效

Open Maleficentt opened this issue 3 years ago • 0 comments

What problem does this feature solve?

合计行可能会跟普通的单元格一样需要使用render来自定义模板列,以跟其对应的列保持一致。比如,某列是对一项数据的统计,通过点击这个数据我可以查看到这项数据相关的条目,那相对性的这列的合计,也应该能执行以上操作

What does the proposed API look like?

table的合计行跟普通行的column一样支持自定义列模板

Maleficentt avatar Apr 12 '22 06:04 Maleficentt