Docs
API
  • allowDeselect

    Boolean

    If click on row that is selected than deselect row.
    Similiar behavior could be reached if press on CTRL and select row.

    Example

    
    new FancyGrid({
      selModel: {
    	type: 'row',
    	allowDeselect: true
      },
      ...
    

    Default

    
    false