DeeboData JS Grid Angular Grid
Contact Us Demo Pricing

DeeboData Javascript API Reference

Overview

The runtime of the Javascript Data Grid from DeeboData is powered by 4 APIs working together within the Window object of your browser. They're the first objects declared in the deebo-js-grid-enterprise.js file you receive when you purchase your license. They are essentially modules. Navigate to each of the 4 links below to learn every property and function exposed to each API so you can use them in your scripts.

  • deebo
    The core api for connecting the data to the ui and managing the data grid's presentation and behavior.
  • dataTableService
    Stores the main data and column configuration object in memory and performs filters and sorts
  • tblDragEvents
    Processes mouse events related to resizing and re-ordering columns
  • groupBy
    Handles memory and events for grouped data grids when active