Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

你好,表格功能做的相当好,谢谢 #152

Closed wyyyy closed 6 years ago

wyyyy commented 6 years ago

1.这一个表格样式怎么换呢?想使用elm-ui中的表格样式 2.单元格编辑的功能很好,当用户修改了一部分数据后,又不想修改了,我应该怎么做呢? 谢谢

ly525 commented 6 years ago
  1. debug 样式,然后根据自己的需要进行覆盖
  2. 在 CellEdit 的回调中弹出 Message,让用户选择是否撤销修改。

PS: 第2点 更偏向于业务逻辑,和 vue-easytable 没有多少联系,建议仔细思考之后再提问 以上