TableEditor.reconcileChanges method
TableEditor › reconcileChanges
Unofficial
Try to reconcile external document changes with the table state without a full re-render.Signature:
reconcileChanges(newDoc: Text, tr: Transaction): null | TextParameters:
| Parameter | Type | Description |
|---|---|---|
| newDoc | Text | The new table document. |
| tr | Transaction | The transaction that changed the document. |
Returns: null | Text — The reconciled document, or null if the changes cannot be reconciled.