Skip to content

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 | Text

Parameters:

ParameterTypeDescription
newDocTextThe new table document.
trTransactionThe transaction that changed the document.

Returns: null | TextThe reconciled document, or null if the changes cannot be reconciled.