Docs
API
  • activeCell

    Boolean

    This option changes selection behavior with active navigation cell.

    Example

    
    new FancyGrid({
      selModel: {
        type: 'rows',
        activeCell: true
      },
      ...
    

    Sample on JSFiddle

    Default

    
    false