Docs
API
  • continueEditOnEnter

    String

    This options allows to continue editing cell after applying value of editor.
    It helps to fast editing.
    There are 2 types to continue editing: right, bottom.

    Example

    
    new FancyGrid({
      selModel: {
        type: 'rows',
        continueEditOnEnter: 'right'
      },
      ...
    

    Sample on JSFiddle

    Default

    
    undefined