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

    Interface RowCheckEvent<T>

    행 체크 상자를 켜거나 끈 이벤트(rowCheck).

    Event fired when a row checkbox is toggled (rowCheck).

    行のチェックボックスをオン・オフしたイベント(rowCheck)。

    勾选或取消某行复选框的事件(rowCheck)。

    interface RowCheckEvent<T = any> {
        checked: boolean;
        row: T | undefined;
        rowIndex: number;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    checked: boolean

    새 체크 상태.

    The new checked state.

    新しいチェック状態。

    新的勾选状态。

    row: T | undefined

    그 행의 데이터.

    The row's data.

    その行のデータ。

    该行的数据。

    rowIndex: number

    바뀐 행의 표시 순서 인덱스.

    Display-order index of the row.

    変わった行の表示順インデックス。

    发生变化的行的显示顺序索引。