rx-datatable API
    Preparing search index...

    Function reactive

    • Wraps a component with adapter.observer lazily, at first render rather than at module load time, so that setReactivityAdapter works no matter when the app calls it during startup. (A module-scope observer(...) call would capture the default adapter, because imported modules run before the importing module's own code.)

      Type Parameters

      • C extends ComponentType<any>

      Parameters

      • component: C

      Returns C