Docs
API
  • type

    String

    Setting selModel type.

    Example

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

    Default

    
    undefined