Docs
API
  • minHeight

    Number

    The minimum value in pixels which grid will set its height to.
    It is mainly used for limiting height when resize grid.

    Example

    
    new FancyGrid({
      ...,
      resizable: true,
      minHeight: 400,
    });
    

    Default

    
    200