Docs
API
  • resizable

    Boolean

    Specify as true to allow resizing, false to disable resizing.

    Example

    
    var grid = new FancyGrid({
      resizable: true
    ....
    });
    

    Default

    
    false