Labb - DX Accelerator
    Preparing search index...

    Interface SimpleTableManualProps

    interface SimpleTableManualProps {
        addAndEditRowsWithin: string;
        allowTableEdit: boolean;
        children: ItemView[];
        contextClass: string;
        dataPageName: string;
        displayMode: string;
        editMode: string;
        editModeConfig: {
            defaultView: string;
            editView: string;
            useSeparateViewForEdit: string;
        };
        fieldMetadata: any;
        label: string;
        presets: ItemView[];
        propertyLabel: string;
        referenceList: any[];
        renderMode: string;
        targetClassLabel: string;
        useSeparateViewForEdit: boolean;
        viewForAddAndEditModal: string;
        viewForEditModal: string;
        visibility: boolean;
    }
    Index

    Properties

    addAndEditRowsWithin: string
    allowTableEdit: boolean
    children: ItemView[]
    contextClass: string
    dataPageName: string
    displayMode: string
    editMode: string
    editModeConfig: {
        defaultView: string;
        editView: string;
        useSeparateViewForEdit: string;
    }
    fieldMetadata: any
    label: string
    presets: ItemView[]
    propertyLabel: string
    referenceList: any[]
    renderMode: string
    targetClassLabel: string
    useSeparateViewForEdit: boolean
    viewForAddAndEditModal: string
    viewForEditModal: string
    visibility: boolean