From b1697408c3e4588a841cc02673962df765b11e8a Mon Sep 17 00:00:00 2001 From: Edan Schwartz Date: Wed, 20 Jul 2016 21:31:15 -0500 Subject: [PATCH] Document how header row is populated when using a collection of data objects See #246 --- docs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 04e1ced..314e985 100644 --- a/docs.html +++ b/docs.html @@ -270,6 +270,7 @@ var csv = Papa.unparse([
// With implicit header row
+// (keys of first object populate header row)
 var csv = Papa.unparse([
 	{
 		"Column 1": "foo",
@@ -804,4 +805,4 @@ var csv = Papa.unparse({
 		
 
 	
-
\ No newline at end of file
+