ant-design/components/table/demo/edit-row.md

18 lines
320 B
Markdown
Raw Normal View History

2016-11-21 11:29:55 +08:00
## zh-CN
带行编辑功能的表格。
> 🛎️ 想要 3 分钟实现?试试 [ProTable 的可编辑表格](https://procomponents.ant.design/components/editable-table)
2016-11-21 11:29:55 +08:00
## en-US
Table with editable rows.
```css
.editable-row .ant-form-item-explain {
2018-05-23 11:32:23 +08:00
position: absolute;
top: 100%;
2018-05-23 11:32:23 +08:00
font-size: 12px;
2016-11-21 11:29:55 +08:00
}
```