Labb - DX Accelerator
    Preparing search index...

    Interface ListViewProps

    interface ListViewProps {
        compositeKeys?: any;
        globalSearch?: boolean;
        grouping: string | boolean;
        inheritedProps: any;
        label?: string;
        presets?: any;
        readonlyContextList: any;
        referenceList?: string;
        referenceType?: string;
        reorderFields: string | boolean;
        rowClickAction?: any;
        selectionMode?: string;
        showDynamicFields?: boolean;
        title: string;
        value: any;
    }
    Index

    Properties

    compositeKeys?: any
    globalSearch?: boolean
    grouping: string | boolean
    inheritedProps: any
    label?: string
    presets?: any
    readonlyContextList: any
    referenceList?: string
    referenceType?: string
    reorderFields: string | boolean
    rowClickAction?: any
    selectionMode?: string
    showDynamicFields?: boolean
    title: string
    value: any