SmartClient Version: SNAPSHOT_v11.1d_2017-05-03/AllModules Development Only (built 2017-05-03)
Chrome on OSX
Hello, using the #localDataSource showcase sample, please execute this code in the developer console:
You'll see that in the exported file the column name instead of the title is used.
Chrome on OSX
Hello, using the #localDataSource showcase sample, please execute this code in the developer console:
Code:
countryDS.exportClientData(countryDS.testData, {exportAs:"xls", exportFilename: "test", exportFields:["countryCode"]})
Comment