Docs
API
  • memory

    Boolean

    Enables memory for type equals rows.
    By default sorting, paging and most of actions clear grid selection.
    For selection type rows it is possible enable memory for selection.

    Example

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

    Default

    
    false