You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>progressBarColor</code> is a property to be used to set the color of progress bar (for example, <code>progressBarColor='#659cef'</code>).</li>
77
77
<li><code>style</code> is some styles to be applied to the <code>{'<input>'}</code> element.</li>
78
+
<li><code>config</code> is a <ahref='#config'>config object</a> which contains a callback.</li>
78
79
<li>Doesn't return anything. Results are provided asynchronously to a callback function.</li>
79
80
</ul>
80
81
</div>
@@ -106,10 +107,11 @@ const CSVToJSON = () => {
106
107
<ul>
107
108
<li><code>onDrop</code> is the function to be called passing loaded results.</li>
108
109
<li><code>onError</code> is error handling function.</li>
109
-
<li><code>config</code>is a <ahref='#config'>config object</a> which contains a callback.</li>
<li><code>progressBarColor</code> is a property to be used to set the color of progress bar (for example, <code>progressBarColor='#659cef'</code>).</li>
111
112
<li><code>style</code> is some styles to be applied to the <code>{'<input>'}</code> element.</li>
112
113
<li><code>addRemoveButton</code> If true, this will add a button to remove or cancel (if already uploading) the file.</li>
114
+
<li><code>config</code> is a <ahref='#config'>config object</a> which contains a callback.</li>
113
115
<li>Doesn't return anything. Results are provided asynchronously to a callback function.</li>
114
116
</ul>
115
117
</div>
@@ -143,10 +145,11 @@ const CSVToJSON = () => {
143
145
<li><code>onDrop</code> is the function to be called passing loaded results.</li>
144
146
<li><code>onError</code> is error handling function.</li>
145
147
<li><code>noClick</code> If true, disables click to open the native file selection dialog.</li>
146
-
<li><code>config</code>is a <ahref='#config'>config object</a> which contains a callback.</li>
<li><code>progressBarColor</code> is a property to be used to set the color of progress bar (for example, <code>progressBarColor='#659cef'</code>).</li>
148
150
<li><code>style</code> is some styles to be applied to the <code>{'<input>'}</code> element.</li>
149
151
<li><code>addRemoveButton</code> If true, this will add a button to remove or cancel (if already uploading) the file.</li>
152
+
<li><code>config</code> is a <ahref='#config'>config object</a> which contains a callback.</li>
150
153
<li>Doesn't return anything. Results are provided asynchronously to a callback function.</li>
151
154
</ul>
152
155
</div>
@@ -180,10 +183,11 @@ const CSVToJSON = () => {
180
183
<li><code>onDrop</code> is the function to be called passing loaded results.</li>
181
184
<li><code>onError</code> is error handling function.</li>
182
185
<li><code>noDrag</code> If true, disables drag 'n' drop.</li>
183
-
<li><code>config</code>is a <ahref='#config'>config object</a> which contains a callback.</li>
<li><code>progressBarColor</code> is a property to be used to set the color of progress bar (for example, <code>progressBarColor='#659cef'</code>).</li>
185
188
<li><code>style</code> is some styles to be applied to the <code>{'<input>'}</code> element.</li>
186
189
<li><code>addRemoveButton</code> If true, this will add a button to remove or cancel (if already uploading) the file.</li>
190
+
<li><code>config</code> is a <ahref='#config'>config object</a> which contains a callback.</li>
187
191
<li>Doesn't return anything. Results are provided asynchronously to a callback function.</li>
Copy file name to clipboardexpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-papaparse",
3
-
"version": "3.2.1",
3
+
"version": "3.3.0",
4
4
"description": "Fast and powerful React CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.",
0 commit comments