Member Junction
    Preparing search index...

    Interface MJUserViewEntity_IGridSortSetting

    A single sort-field entry within the grid's persisted sort configuration.

    Used inside MJUserViewEntity_IGridState.sortSettings to define multi-column sorting applied left-to-right in the entity data grid.

    interface MJUserViewEntity_IGridSortSetting {
        dir: "asc" | "desc";
        field: string;
    }
    Index

    Properties

    Properties

    dir: "asc" | "desc"

    Sort direction

    field: string

    Field name to sort by