We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57be8f7 commit fb2593cCopy full SHA for fb2593c
README.md
@@ -21,10 +21,12 @@ ngCsv attributes
21
----------------
22
* ng-csv: The data array
23
* filename: The filename that will be stored on the user's computer
24
-* csv-header: If provided, would use this attribute to create a header line
+* csv-header: If provided, would use this attribute to create a header row
25
+
26
```html
27
<button type="button" ng-csv="getArray()" csv-header="['Field A', 'Field B', 'Field C']" filename="test.csv">Export</button>
28
```
29
30
* field-separator: Defines the field separator character (default is)
31
* text-delimiter: If provided, will use this characters to "escape" string values
32
0 commit comments