Member Junction
    Preparing search index...

    Event fired when grid state changes

    interface QueryGridStateChangedEvent {
        changeType:
            | "column-resize"
            | "column-move"
            | "column-visibility"
            | "sort";
        state: QueryGridState;
    }
    Index

    Properties

    Properties

    changeType: "column-resize" | "column-move" | "column-visibility" | "sort"

    What changed

    The new grid state