Docs
API
  • selectLeftCellOnLeftEnd

    Boolean

    This param is used for selModel with type equal to cell and cells.

    It selects left cell after press key LEFT in editor.

    Example

    
    new FancyGrid({
      selModel: {
    	type: 'cell',
    	selectLeftCellOnLeftEnd: true
      },
      ...
    

    Default

    
    false