EnableCSVHeader Grid

Hello!



I’m experimenting with the grid, export to CSV function, and I have a Grid with 3 headers, the fist one has the main titles, the second has the individual column title and third has text filters

something like this:

dhtmlx.com/docs/products/dht … 7784046000



And when I use the property mygrid.enableCSVHeader, only exports the first header,



and finally the question is:

Is a way to export the main and attached header?



Greetings!

After using enableCSVHeader(true) grid will recognize first row in CSV as header. All other rows will be recognized as grid’s rows.