Preparing search index...

    Type Alias EditablePropsDefaults<Data, Column, V>

    type EditablePropsDefaults<Data, Column, V> = {
        getValue: (props: TableCellRendererProps<Data, Column>) => V;
        isDisabled?: boolean | TableCellCondition<Data, Column>;
        placeholder?: string;
    }

    Type Parameters

    • Data
    • Column
    • V
    Index

    Properties

    getValue: (props: TableCellRendererProps<Data, Column>) => V
    isDisabled?: boolean | TableCellCondition<Data, Column>
    placeholder?: string