Ext.ux.Exporter
Ext.ux.Exporter copied to clipboard
Exports an Ext.data.Store to Excel or CSV
With this change you can choose the name of the file downloaded. * Only works on HTML5 * Tested on Firefox and Chrome
Solves the bug that when data index contains dots, worksheet cannot resolve them and inserts null to cell. (Tested on Ext JS 6) Example: dataIndex: 'foo.record.test' -> evaluates null with...
I download Exporter and import into my project, but it seems that it can not work. I got errors below: Uncaught TypeError: Object # has no method 'reg' Exporter-all.js:204 Uncaught...
I ported this extension to work with Exjs 4. Changed names to follow convention and use the class loading system. Fixed error when grid have an actions column (no dataIndex)....
Doesn't seem to work properly after the error.
Well, thats certainly not intended...
when i try to use this component, i receive the following error: this.btnEl is undefined the error is starts here: anonymous(Object dom=td#ext-gen49.x-toolbar-cell id=ext-gen49, Object name=position) Exporter-all.js (line 189) I am...
Why does the extjs grid exporter export the hidden columns also? Is there any way to disable that?