makeStateUpdater

fun makeStateUpdater(key: String, instance: Any?): (Updater) -> Unit

Returns a setter that updates one TableState field by key, applying functionalUpdate to merge new values. Used by feature getDefaultOptions implementations to wire onXxxChange callbacks to setState.

key must be a known TableState field name; TableState.copyWithKey dispatches the assignment.