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

    Interface AllCheckEvent

    머리글의 「모두 선택」 체크 상자를 켜거나 끈 이벤트(allCheck).

    Event fired when the header's select-all checkbox is toggled (allCheck).

    見出しの「すべて選択」チェックボックスをオン・オフしたイベント(allCheck)。

    切换表头「全选」复选框的事件(allCheck)。

    interface AllCheckEvent {
        checked: boolean;
    }
    Index

    Properties

    Properties

    checked: boolean

    새 체크 상태.

    The new checked state.

    新しいチェック状態。

    新的勾选状态。