Member Junction
    Preparing search index...

    Configuration for query grid visual appearance

    interface QueryGridVisualConfig {
        accentColor?: string;
        alternateRowContrast?: "subtle" | "medium" | "strong";
        alternateRows?: boolean;
        booleanIcons?: boolean;
        borderRadius?: number;
        cellPadding?: "compact" | "normal" | "comfortable";
        checkboxColor?: string;
        checkboxStyle?: "default" | "rounded" | "filled";
        clickableEmails?: boolean;
        clickableUrls?: boolean;
        friendlyDates?: boolean;
        headerBackground?: string;
        headerShadow?: boolean;
        headerStyle?: QueryGridHeaderStyle;
        headerTextColor?: string;
        hoverTransitions?: boolean;
        rightAlignNumbers?: boolean;
        selectionBackground?: string;
        selectionIndicatorColor?: string;
        selectionIndicatorWidth?: number;
        skeletonLoading?: boolean;
        skeletonRowCount?: number;
    }
    Index

    Properties

    accentColor?: string

    Primary accent color

    alternateRowContrast?: "subtle" | "medium" | "strong"

    Contrast level for alternating rows

    alternateRows?: boolean

    Enable alternating row colors (zebra striping)

    booleanIcons?: boolean

    Render boolean cells as checkmark/x icons

    borderRadius?: number

    Border radius for container

    cellPadding?: "compact" | "normal" | "comfortable"

    Cell padding preset

    checkboxColor?: string

    Checkbox accent color

    checkboxStyle?: "default" | "rounded" | "filled"

    Checkbox style

    clickableEmails?: boolean

    Render email cells as clickable mailto links

    clickableUrls?: boolean

    Render URL cells as clickable links

    friendlyDates?: boolean

    Format dates with a friendly format

    headerBackground?: string

    Custom header background color

    headerShadow?: boolean

    Show bottom shadow/border on header

    headerStyle?: QueryGridHeaderStyle

    Header style preset

    headerTextColor?: string

    Custom header text color

    hoverTransitions?: boolean

    Enable smooth hover transitions

    rightAlignNumbers?: boolean

    Right-align numeric columns automatically

    selectionBackground?: string

    Selection background color

    selectionIndicatorColor?: string

    Selection indicator color

    selectionIndicatorWidth?: number

    Selection indicator width

    skeletonLoading?: boolean

    Show skeleton loading rows

    skeletonRowCount?: number

    Number of skeleton rows