Member Junction
    Preparing search index...

    Interface MJUserViewEntity_IGridDisplayState

    Grid-specific display configuration within the view display state.

    Used inside MJUserViewEntity_IDisplayState.grid. Controls grid-level display preferences like row height that are separate from per-column settings in IGridState.

    interface MJUserViewEntity_IGridDisplayState {
        rowHeight?: "compact" | "normal" | "comfortable";
        wrapText?: boolean;
    }
    Index

    Properties

    rowHeight?: "compact" | "normal" | "comfortable"

    Row height preference

    wrapText?: boolean

    Enable text wrapping in grid cells — long text wraps and rows auto-size