We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.10.4
No response
<t-enhanced-table :data="tableData" row-key="index" :filterIcon="filterIcon"></t-enhanced-table> `<script setup lang="tsx" name="Table"> const filterIcon = () => { return Icon }
<t-enhanced-table :data="tableData" row-key="index" :filterIcon="filterIcon"></t-enhanced-table>
The text was updated successfully, but these errors were encountered:
👋 @Tokgos,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
把FilterIcon这个属性卸载columns中一样无效。
Successfully merging a pull request may close this issue.
tdesign-vue-next 版本
1.10.4
重现链接
No response
重现步骤
<script>` ### 期望结果 _No response_ ### 实际结果 _No response_ ### 框架版本 3.5.13 ### 浏览器版本 _No response_ ### 系统版本 _No response_ ### Node版本 21.7.1 ### 补充说明 _No response_<t-enhanced-table :data="tableData" row-key="index" :filterIcon="filterIcon"></t-enhanced-table>
`<script setup lang="tsx" name="Table">
const filterIcon = () => {
return Icon
}
The text was updated successfully, but these errors were encountered: