Member Junction
    Preparing search index...

    Event emitted when sort changes in the grid

    interface SortChangedEvent {
        sort: SortState | null;
    }
    Index

    Properties

    Properties

    sort: SortState | null

    The new sort state (null if no sorting)