Tencent / tdesign-mobile-vue

A Vue3.x Mobile UI components lib for TDesign.
https://tdesign.tencent.com/mobile-vue
MIT License
245 stars 140 forks source link

[table] title 传入function 没有生效,还是按照string 方式渲染的 #1340

Closed guoxiaoyi closed 1 week ago

guoxiaoyi commented 3 weeks ago

tdesign-mobile-vue 版本

1.2。0

重现链接

No response

重现步骤

  columns: [
    { colKey: 'label', title: '时间', align: 'center', ellipsis: true },
    { colKey: 'items[0].num', title: (h, { col, row }) => row[colKey], align: 'center', ellipsis: true },
  ],

期望结果

title 应该是执行这个方法

实际结果

(h, { col, row }) => row[colKey]

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

IssueShoot

github-actions[bot] commented 3 weeks ago

👋 @guoxiaoyi,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

anlyyao commented 3 weeks ago

任务目标: