官网:https://vxetable.cn/ <template><div><div><vxe-button@click="validEvent">校验变动数据</vxe-button><vxe-button@click="fullValidEvent">校验全量数据</vxe-button></div><vxe-gridref="gridRef"v-bind="gridOptions"></vxe-grid></div></template><script>import{VxeUI}from'vxe-table'expor...
vxe-table表格校验失败后保持可以编辑状态 鼠标移出后可编辑状态消失 在edit-config设置为 autoClear: false 鼠标移出继续保持可编辑状态 <vxe-grid :edit-config="{trigger: 'dblclick', mode: 'row', showStatus: true, autoClear: false,activeMethod: activeRowMethod}" :edit-rules="validRules" ref="xGrid...