edspencer / Ext.ux.Exporter

Exports an Ext.data.Store to Excel or CSV
MIT License
95 stars 112 forks source link

export shows hidden columns #1

Open sujen opened 14 years ago

sujen commented 14 years ago

Why does the extjs grid exporter export the hidden columns also? Is there any way to disable that?

edspencer commented 14 years ago

I'd accept any patch that corrects this behavior - it will simply be a case of performing a check for hidden state while iterating over the columns