README
@aligov/editable-cell
@aligov/editable-cell
可编辑 cell
API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
|---|---|---|---|---|---|
| value | cell 值 | 必填 | string | '' | |
| type | cell 类型 | 可选 | 'select' | 'input' | 'input' |
| extraProps | 表单 props | 可选 | object | {} | |
| onSave | 保存回调 | 可选 | function |
可编辑cell
<script type="module">
import aligovEditableCell from 'https://cdn.skypack.dev/@aligov/editable-cell';
</script>
@aligov/editable-cell
可编辑 cell
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
|---|---|---|---|---|---|
| value | cell 值 | 必填 | string | '' | |
| type | cell 类型 | 可选 | 'select' | 'input' | 'input' |
| extraProps | 表单 props | 可选 | object | {} | |
| onSave | 保存回调 | 可选 | function |