serilaizeToCSV with header

can serilaizeToCSV include header of grid? If yes, how about for multiline header?



Thanks.

can serilaizeToCSV include header of grid?
grid.enableCSVHeader(true)
beware that command affect both loading and serialization , first line of incoming CSV data will be treated as header labels

>>If yes, how about for multiline header?
In current version it affects only first line of header.