Skip to content

DefaultChildTable

DefaultChildTable(__namedParameters): Element

Defined in: packages/forms/src/child-table.tsx:72

Default child-table renderer.

Used automatically by createAutoForm when a plugin does not provide its own childTable component. Renders each row as a stack of plugin field components, plus add / remove / reorder controls.

Plugins are encouraged to ship their own implementation that matches their design system, but this fallback keeps createAutoForm usable with any plugin out of the box.

ChildTableComponentProps

Element