Labb - DX Accelerator
    Preparing search index...

    Interface SimpleTableProps

    interface SimpleTableProps {
        allowActions: {
            allowAdd: boolean;
            allowDelete: boolean;
            allowEdit: boolean;
        };
        allowTableEdit: boolean;
        authorContext: string;
        contextClass: string;
        displayMode: string;
        fieldHeader: string;
        fieldMetadata: ConfigMetadata;
        heading: string;
        hideLabel: string;
        isDataObject: boolean;
        label: string;
        multiRecordDisplayAs: string;
        name: string;
        parameters: {}[];
        propertyLabel: string;
        referenceList: {}[];
        ruleClass: string;
        targetClassLabel: string;
        type: string;
        validatemessage: string;
        visibility: boolean;
    }
    Index

    Properties

    allowActions: { allowAdd: boolean; allowDelete: boolean; allowEdit: boolean }
    allowTableEdit: boolean
    authorContext: string
    contextClass: string
    displayMode: string
    fieldHeader: string
    fieldMetadata: ConfigMetadata
    heading: string
    hideLabel: string
    isDataObject: boolean
    label: string
    multiRecordDisplayAs: string
    name: string
    parameters: {}[]
    propertyLabel: string
    referenceList: {}[]
    ruleClass: string
    targetClassLabel: string
    type: string
    validatemessage: string
    visibility: boolean