Skip to content

Commit

Permalink
docs(exporter): Update exporter.js (#5300)
Browse files Browse the repository at this point in the history
Added separator parameter documentation in the formatAsCsv function
  • Loading branch information
Havock94 authored and JLLeitschuh committed May 27, 2016
1 parent 46383b0 commit a5ec21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/exporter/js/exporter.js
Expand Up @@ -821,6 +821,7 @@
* where each header is an object with name, width and maybe alignment
* @param {array} exportData an array of rows, where each row is
* an array of column data
* @param {string} separator a string that represents the separator to be used in the csv file
* @returns {string} csv the formatted csv as a string
*/
formatAsCsv: function (exportColumnHeaders, exportData, separator) {
Expand Down

0 comments on commit a5ec21f

Please sign in to comment.