u-fish-bubble / umy-ui

umy-ui,一套为开发者准备的基于 Vue 2.0 的桌面端组件库,完美解决表格万级数据渲染卡顿,编辑表格卡顿问题

Home Page:http://www.umyui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

表格编辑 插入或新增一行 不重新查询 可以重置他们的插入和更新的状态吗

zhingyy opened this issue · comments

  const insertRecords = this.$refs["uxGrid"].getInsertRecords();
  const updateRecords = this.$refs["uxGrid"].getUpdateRecords();

作者大大,我获取新增行,和更新行,不重新查询更新表格数据,可以重置他们的状态,以便下次获取数据新增行,和更新行,是新的一轮

commented