Docs
API
  • columnresize(grid:Object, params: Object)

    function

    column resize event.

    Example

    
    var grid = new FancyGrid({
      ...
      events: [{
        columnresize: function(grid, o){
          
        },
        scope: {}// not required
      }]
      ...
    });
    
    • cell - Dom.
      Cell dom.
    • column - Object.
      Column options.
    • side - String.
      Side of column: left, center, right
    • width - Number.
      Column width.