Docs
API
  • selectBottomCellOnDown

    Boolean

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

    It selects bottom cell after press key DOWN in editor.

    Example

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

    Default

    
    false