OPEN_GRID API - v1.5.2
    Preparing search index...

    Function createGridShuttle

    두 그리드 사이 행 이동 셔틀(화살표 버튼 UI).

    Row shuttle between two grids (arrow-button UI).

    2つのグリッド間の行移動シャトル(矢印ボタンUI)。

    两个表格之间的行移动穿梭框(箭头按钮 UI)。

    • 두 그리드 사이에 셔틀(화살표 이동) 버튼을 만든다.

      Create shuttle (arrow-move) buttons between two grids.

      2つのグリッドの間にシャトル(矢印移動)ボタンを作ります。

      在两个表格之间创建穿梭框(箭头移动)按钮。

      new GridShuttle(...) 과 동일하되, new 없이 함수 호출 한 줄로 끝내고 싶을 때 쓰는 편의 팩토리.

      Same as new GridShuttle(...), but a convenience factory for callers who'd rather skip new.

      new GridShuttle(...) と同じですが、new なしで関数呼び出し1行で済ませたいときに使う便利 ファクトリです。

      new GridShuttle(...) 相同,只是为不想写 new 的调用方提供的便捷工厂。

      Parameters

      • left: OpenGridInstance

        왼쪽 그리드 인스턴스

        Left grid instance.

        左のグリッドインスタンス。

        左侧表格实例。

      • right: OpenGridInstance

        오른쪽 그리드 인스턴스

        Right grid instance.

        右のグリッドインスタンス。

        右侧表格实例。

      • mount: HTMLElement

        셔틀 버튼을 붙일 마운트 엘리먼트

        Mount element to attach the shuttle buttons.

        シャトルボタンを取り付けるマウント要素。

        用于挂载穿梭框按钮的元素。

      • Optionalopts: GridShuttleOptions

        셔틀 옵션

        Shuttle options.

        シャトルのオプション。

        穿梭框选项。

      Returns GridShuttle

      생성된 GridShuttle 인스턴스

      The created GridShuttle instance.

      生成された GridShuttle インスタンス。

      创建的 GridShuttle 实例。

      const shuttle = createGridShuttle(leftGrid, rightGrid, mountEl, { includeAll: true });