rx-datatable API
    Preparing search index...

    Function asAction

    • Wraps a function so that its body runs inside adapter.runInAction, preserving this and arguments (replaces mobx action(fn) for event handlers).

      Type Parameters

      • F extends (...args: any[]) => void

      Parameters

      • fn: F

      Returns F