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
因为需要混用表单筛选,如果把表单的值也设置给筛选就会造成展示筛选结果是“”的问题
获取筛选filterValue的时候过滤非column设置的字段,并且在清空筛选条件时在 onFilterChange 的回调结果中返回清空了哪些字段,便于整合refine的时候可以给清空的字段设置空值
The text was updated successfully, but these errors were encountered:
👋 @duxphp,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @yunfeic @tengcaifeng @Yacent @basecss 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @duxphp 。
如果把表单的值也设置给筛选就会造成展示筛选结果是“”的问题
大胆把自定义参数传递给 filterValue 吧,至于筛选结果文本,你可以使用 filterRow 完全自定义筛选结果的内容
filterValue
No branches or pull requests
这个功能解决了什么问题
因为需要混用表单筛选,如果把表单的值也设置给筛选就会造成展示筛选结果是“”的问题
你建议的方案是什么
获取筛选filterValue的时候过滤非column设置的字段,并且在清空筛选条件时在 onFilterChange 的回调结果中返回清空了哪些字段,便于整合refine的时候可以给清空的字段设置空值
The text was updated successfully, but these errors were encountered: