You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var options = {
fieldSeparator: ',',
quoteStrings: '"',
decimalseparator: '.',
showLabels: true,
showTitle: true,
useBom: true,
noDownload: false,
headers: ["Reason of Duplication", "Model Record No"]
};
The text was updated successfully, but these errors were encountered:
DineshChiriki
changed the title
Defined Headers in options are not coming in CSV which is donwloaded.
Defined Headers in options are not coming in CSV which is downloaded.
Jun 21, 2018
var options = {
fieldSeparator: ',',
quoteStrings: '"',
decimalseparator: '.',
showLabels: true,
showTitle: true,
useBom: true,
noDownload: false,
headers: ["Reason of Duplication", "Model Record No"]
};
The text was updated successfully, but these errors were encountered: