CollectionEditor
Editor for collection components (array-like rows of sub-fields). Provides row selection, expansion, and CRUD-like operations.
Properties
Underlying collection component backing this editor.
Active filters applied to the visible rows.
Unique editor identifier; affects formula dependency resolution.
Reactive state snapshot of the collection editor.
Functions
Insert a new form row after the current selection.
Re-compute conditional logic (hide/disable, etc.) for this component.
Root table editor that renders and manages the collection's rows.
Select all rows within a table entry.
Current selection information for a table entry.
Set hidden state explicitly.
Submit row changes via update, supporting batched mutations.
Resolve a TableEditor for this ComponentEditor.
Recompute and push values to dependents driven by this component.
Compute validity based on current data and constraints.