TableEditor
Properties
Link copied to clipboard
Underlying table component backing this editor.
Link copied to clipboard
Active filters for the table.
Link copied to clipboard
Unique editor identifier; affects formula dependency resolution.
Link copied to clipboard
Link copied to clipboard
Row management API with access to managers per row.
Link copied to clipboard
Reactive list of selected row ids.
Link copied to clipboard
Reactive state snapshot for table editor.
Functions
Link copied to clipboard
Re-compute conditional logic (hide/disable, etc.) for this component.
Link copied to clipboard
Link copied to clipboard
Set hidden state explicitly.
Link copied to clipboard
Submit row changes via update, supporting batched mutations.
Link copied to clipboard
fun ComponentEditor.tableEditor(rowId: String? = null, schemaId: String? = null, parentPath: String? = null): TableEditor?
Resolve a TableEditor for this ComponentEditor.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Recompute and push values to dependents driven by this component.
Link copied to clipboard
Compute validity based on current data and constraints.