angular-csv-ext
angular-csv-ext copied to clipboard
Defined Headers in options are not coming in CSV which is downloaded.
var options = { fieldSeparator: ',', quoteStrings: '"', decimalseparator: '.', showLabels: true, showTitle: true, useBom: true, noDownload: false, headers: ["Reason of Duplication", "Model Record No"] };
Yes, I have the same problem.