alibaba / x-render

🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案
https://xrender.fun
6.91k stars 980 forks source link

TableRender 的搜索监听 #1513

Closed z2131023 closed 3 months ago

z2131023 commented 3 months ago

期望的新功能 (describe the expected new feature)

TableRender可以提供监听搜索条件变化的方法

简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need)

1- table搜索条件【学校】 必填 2- 新建数据依赖于【学校】下拉选择的值 3-【学校】未选中的时候禁用新建按钮

目前无法实现以上需求,希望加入一个搜索条件的 watch,这样开发者可以自己实现对应逻辑 image