Skip to content

LazyFormFactory

Since v0.11.0

Factory function type for creating FormGroups lazily. Called when a row enters edit mode for the first time.

type LazyFormFactory = (row: TRow, rowIndex: number) => FormGroup