Exporting locally

Hi,

Exporting table to excel does on http://docs.webix.com/codebase/webix.js, how can this be configured to be done locally? Because we have this file in our local download copy also.

Thanks!

First of all, this file is for internal usage only (see the description on the top of the file. Moreover, it’s a bit outdated). If you need to refer to our resources, please use the official link:

http://cdn.webix.com/edge/webix.js

To run the export locally, you can get the needed CDN-files from GitHub - webix-hub/cdn-extras: Content of //cdn.webix.com/extras/

And then set the path to them as

webix.cdn = "/local/cdn";

Thanks so much!!