Skip to content

Commit f61ceaa

Browse files
committed
Fix bug in demo
1 parent 94c275f commit f61ceaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4020,7 +4020,8 @@ <h2 id="csv">CSV Output</h2>
40204020
<h3>Code:</h3>
40214021
<code>
40224022
$("#generate-csv").click(function () {<br/>
4023-
&#160;&#160;excel = new ExcelGen({<br/>
4023+
&#160;&#160;excel = new ExcelGen({<br/>
4024+
&#160;&#160;&#160;&#160;"file_name": "output.csv",<br/>
40244025
&#160;&#160;&#160;&#160;"src_id": "csv_table",<br/>
40254026
&#160;&#160;&#160;&#160;"show_header": true,<br/>
40264027
&#160;&#160;&#160;&#160;"format": "csv",<br/>

0 commit comments

Comments
 (0)