@hzab/list-render 1.10.0-beta4 → 1.10.0-beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/table-render/index.jsx +2 -0
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ const listDM = useMemo(
|
|
|
101
101
|
| queryFormInitialValues | Object | | {} | 列表上方查询 Form 默认值 |
|
|
102
102
|
| queryFormIsExtendModelQuery | Boolean | | false | 列表上方查询 Form 默认值是否继承 data-model.query 置 |
|
|
103
103
|
| useFormData | boolean | 否 | | 是否使用 form data 提交数据 |
|
|
104
|
-
| isEditTable | boolean | 否 |
|
|
104
|
+
| isEditTable | boolean | 否 | false | 是否行内编辑表格 |
|
|
105
105
|
|
|
106
106
|
- fetchOnEdit 展示编辑弹框时,是否会调用一次详情接口进行回填(某些场景下,列表接口只返回部分部分字段,只有详情接口会返回全部字段);若为 false,则会使用表格列表接口返回的 row 数据进行回填
|
|
107
107
|
|
package/package.json
CHANGED