rx-datatable API
    Preparing search index...

    Function useWatched

    • Re-renders the calling component when collection reports a mutation. Works with any prop value: subscribes only if the object implements Watchable (e.g. WatchableSet, WatchableArray); plain Sets/arrays and MobX collections are left to their own devices (MobX collections notify through observer instead).

      Type Parameters

      • T

      Parameters

      • collection: T

      Returns T