Performance Gains
JavaScript Data Grid
To Bolster Performance with Web Workers
Download the following javascript web worker file, then place it in the root of your website:
https://d2ffvluimla00s.cloudfront.net/worker.js
This file will boost the performance of the data grid. Do a ctrl + F in the newly downloaded/purchased javascript file for
workerUrl: and replace the value "http://127.0.0.1:8080/worker.js" with the new location of the file at your website root e.g.
https://example.com/worker.js. That's all you need to do. Be mindful of any web worker restrictions in various browsers.