Skip to content
New issue

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

[PrimaryTable] filterIcon自定义Filter无效,不起任何作用 #4836

Open
Tokgos opened this issue Dec 13, 2024 · 2 comments · May be fixed by #4837
Open

[PrimaryTable] filterIcon自定义Filter无效,不起任何作用 #4836

Tokgos opened this issue Dec 13, 2024 · 2 comments · May be fixed by #4837
Labels
🐞 bug Something isn't working

Comments

@Tokgos
Copy link

Tokgos commented Dec 13, 2024

tdesign-vue-next 版本

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
}

<script>` ### 期望结果 _No response_ ### 实际结果 _No response_ ### 框架版本 3.5.13 ### 浏览器版本 _No response_ ### 系统版本 _No response_ ### Node版本 21.7.1 ### 补充说明 _No response_
Copy link
Contributor

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

@Tokgos
Copy link
Author

Tokgos commented Dec 13, 2024

image
把FilterIcon这个属性卸载columns中一样无效。

@liweijie0812 liweijie0812 added the 🐞 bug Something isn't working label Dec 13, 2024
@liweijie0812 liweijie0812 linked a pull request Dec 13, 2024 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants