TableEditor
Editor for table components. Provides row selection, column access, and filtering utilities. Value changes may trigger recalculation of dependent formulas and re-evaluation of row/column visibility.
Inheritors
Properties
Underlying table component backing this editor.
Active filters for the table.
Unique editor identifier; affects formula dependency resolution.
Row management API with access to managers per row.
Reactive list of selected row ids.
Reactive state snapshot for table editor.
Functions
Re-compute conditional logic (hide/disable, etc.) for this component.
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.