# sb-table

## 基于element ui table搭建的表格编辑

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
# [demo地址](https://442627268.github.io/sb-table/dist/index.html "demo地址")
el-table 表格编辑
### 1.双击表格开启编辑，编辑完后 enter开启下一列编辑。
### 2.弹出的table支持底部加载更多，上下键选择，enter写入到当前行等等。
### 3.增加了表格最后一个编辑项编辑后 enter 添加一行。
### 4.组件内原来通过_uid来确认下一个要编辑的组件，改成通过组件下标index来确认下一个要编辑的组件
### 5.改动了element table的css。不然表格弹出的位置会有问题。
![Alt text](https://github.com/442627268/sb-table/blob/master/src/assets/11.gif)

