function table_publishExternalState<TFeatures, TData>(
table,
state,
compare): void;function table_publishExternalState<TFeatures, TData>(
table,
state,
compare): void;Defined in: core/table/coreTablesFeature.utils.ts:67
Publishes captured controlled state after a host framework commits.
Render-phase adapters stage options without synchronizing base atoms, then pass the state captured by the committed render here. The commit signal also invalidates ownership changes when no base atom was written.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
Partial<TableState<TFeatures>> | null
(currentState, externalState) => boolean
void