alibaba / formily

📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
https://formilyjs.org/
MIT License
11.36k stars 1.48k forks source link

[Feature Request] ArrayTable 自增表格是否支持多级表头 #3900

Closed zoley closed 1 year ago

zoley commented 1 year ago

What problem does this feature solve?

类似上图;

尝试过在schema层用“x-component-props”里的children 来处理,但数据就没办法编辑了。

再 用 items 嵌套,结果也不生效。

What does the proposed API look like?

能在配置项里的简单设置父级表头,或在schema里支持也行

janryWang commented 1 year ago

建议写自定义组件吧,目前暂时不考虑支持这种能力