x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.61k stars 1.05k forks source link

vxe-grid 如何结合 Ant-Design-vue 的AForm 和 FormItem 组件做表格验证 #85

Closed maxmeng93 closed 5 years ago

maxmeng93 commented 5 years ago

问题描述 Describe the bug vxe-grid 如何结合 Ant-Design-vue 的AForm 和 FormItem 组件做表格验证

重现问题的步骤 To Reproduce

请提供能重现问题的链接(jsfiddlecodepenjsrun) Expected behavior

报错信息或截图 Error message or screenshots

期望的结果 Expected behavior

请填写以下版本信息 please complete the following information

xuliangzhan commented 5 years ago

表格的校验方法是 validate 这个,和任何组件都没关系,需要校验的时候调用就行

maxmeng93 commented 5 years ago

我想做的是输入框输入内容与验证规则不匹配时,可以自动弹出错误提示,或者边框变为红色等。但是如果用了其他UI框架的组件,就没有这些了

xuliangzhan commented 5 years ago

这个没看出和表格有什么关系?