columns: [
{field:
'EmptyExport'
, values: [
'red'
,
'white'
,
'blue'
]},
{field:
'GoodExport'
, values: [
{text:
'red'
, value:
'red'
},
{text:
'white'
, value:
'white'
},
{text:
'blue'
, value:
'blue'
}]
}
]
If you use the excel export feature for a grid with the columns listed above, the 'EmptyExport' field values don't make it into the excel grid (it's just an empty column), but the GoodExport field values do.
This is with version 2016.1.322