Docs
API
  • each(fn: Function, [scope: Object])

    Goes through all displayed data items.

    Example

    
    grid.each(function(item){
      ...
    });