Docs
API
  • selectBottomCellAfterEdit

    Boolean

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

    It selects bottom cell after eding cell.

    Example

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

    Default

    
    false