DeeboData JS Grid Angular Grid
Contact Us Demo Pricing

DeeboData Javascript Datagrid Loading Data

JavaScript Data Grid

  • To initialize the data grid after all your customization functions:

    Enterprise: deebo.methods.initDeeboData("YOUR_LICENSE_KEY", local: boolean)


    Community: deebo.methods.initDeeboData(local: boolean)


    By default, the initialization function passes a boolean true, which tells deebodata to load a local dataset. You can either set a new local data using setLocalDataSet described above, or remove the boolean true altogether and call setInitApiUrl to set your api endpoint and load that data.