Docs
API
  • flexScrollSensitive

    Boolean

    When one of column has flex param to calculation width than it will
    add for calculation left scrollbar width.
    flexScrollSensitive signals do not use scroll width.

    Example

    
    var grid = new FancyGrid({
      ...
      flexScrollSensitive: false,
      columns: [{
        flex: 1
      },{  
      ...
    });
    

    Default

    
    true