init_array_table
Create an auto-incrementing table skeleton with index/action columns and an add button, using column field paths like tableName.colName.fieldName.
Instructions
创建自增表格骨架(含序号/操作列、添加按钮)。列内字段路径形如 tableName.colName.fieldName。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 表格标识 | |
| title | Yes | 表格标题 | |
| columns | Yes | ||
| parentPath | No | 父路径,如 card1 |