Docs
API
  • dropitems(grid: Object, items: Array, rowIndex: Number)

    function

    On drop items from another grid.
    It is used only if gridToGrid param is set.

    Example

    
    var grid = new FancyGrid({
      ...
      events: [{
        dropitems: function(grid, items, rowIndex){
          
        },
        scope: {}// not required
      }]
      ...
    });
    
    • grid - Object.
      grid.
    • items - Array.
      drop rows(items).
    • rowIndex - Number.
      rowIndex of drop.