DeeboData JS Grid Angular Grid
Contact Us Demo Pricing

DeeboData Javascript API Reference

groupBy.methods

The groupBy api is a plain JavaScript object with 1 property: methods. Methods is a function that returns various properties and functions that can be referenced from groupBy.methods on the top-level of the Window object. After loading the enterprise script, you reference the groupBy API in your own scripts like: groupBy.methods.someProperty or groupBy.methods.someFunction

Properties

  • openGbGrids: object
    Tracks the configuration for all currently open, grouped data grids


Functions

  • buildInitGBDataGrid
    args: inAft: HTMLElement, groupValueEl: string
    Intakes the panel element and the grouped value to initialize a grouped grid
  • checkMemHasGbVal: function(groupValue)
  • execGbInit: function(realVal, blwArea)
  • gridEventWhileGrouped: function()
  • setTblBot: function(groupValue)
  • setHorizScrPos: function(groupValue)
  • setLastRowIndex: function(groupValue)
  • setColsOnVisScreen: function()
  • setRowNums: function(groupValue)
  • setRowNumPlacement: function(groupValue)
  • handleScroll: function(event)
  • execHorizScroll: function(groupValue, left)
  • execVertScroll: function(groupValue, top)
  • handleScrollEnd: function(event)
  • addCell: function(text, prop, row, indx, vis, b4)
  • updateCell: function(cell, prop, elProp, text, indx)
  • execHorizBodyScroll: function(groupValue)
  • cleanUpPossibles: function(groupValue)
  • execVertScrollDown: function(groupValue, cols, colLen)
  • handleGbRowNsOnScroll: function(groupElValue, addNums)
  • makeGbRnSpan: function(num, groupElValue)
  • execVertScrollUp: function(groupValue, cols, colLen)
  • getRowsWithContentVert: function(groupValue, ab)
  • clearAboveFoldRows: function(groupValue)
  • clearBelowFoldRows: function(groupValue)
  • findObjIndxInGbData: function(item, groupValue)