cheetah-grid
    Preparing search index...

    Interface DrawGridKeyboardOptions

    interface DrawGridKeyboardOptions {
        deleteCellValueOnDel?: boolean;
        moveCellOnEnter?: boolean | DrawGridKeyboardMoveCellFunction;
        moveCellOnTab?: boolean | DrawGridKeyboardMoveCellFunction;
        selectAllOnCtrlA?: boolean;
    }
    Index

    Properties

    deleteCellValueOnDel?: boolean
    moveCellOnEnter?: boolean | DrawGridKeyboardMoveCellFunction
    moveCellOnTab?: boolean | DrawGridKeyboardMoveCellFunction
    selectAllOnCtrlA?: boolean