You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

572 B

zh-CN

带单元格编辑功能的表格。当配合 shouldCellUpdate 使用时请注意闭包问题

en-US

Table with editable cells. When work with shouldCellUpdate, please take care of closure.

.editable-cell {
  position: relative;
}

.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}