To set a primary key for better virtual scroll performance deebo.methods.setPrimaryKeyInit(key: string)
Pass a true primary key attribute from your array of objects
To use a web worker to improve performance deebo.methods.setWorkerUrl(url: string)
Download the web worker script, place it in
the root of your projects, and then pass that url to the setWorkerUrl function before initiating the data grid.
To raise 5k data point limit for Number Distribution Heatmap deebo.methods.setNumDistLimit(limit: number)
Be careful raising this limit higher. A new DOM element is created for each data point.