Browse Source

Re-worded the docs regarding the quotes config parameter as a function

pull/703/head
Puzzleton 6 years ago
parent
commit
a77b837786
  1. 2
      docs/docs.html

2
docs/docs.html

@ -282,7 +282,7 @@
<code>quotes</code> <code>quotes</code>
</td> </td>
<td> <td>
If <code>true</code>, forces all fields to be enclosed in quotes. If an array of <code>true/false</code> values, specifies which fields should be force-quoted (first boolean is for the first column, second boolean for the second column, ...). If a function (accepting cell value & column index as parameters), returning <code>true</code> will force quotes for that value and <code>false</code> will not. If <code>true</code>, forces all fields to be enclosed in quotes. If an array of <code>true/false</code> values, specifies which fields should be force-quoted (first boolean is for the first column, second boolean for the second column, ...). A function that returns a boolean values can be used to determine the quotes value of a cell. This function accepts the cell value and column index as parameters.
</td> </td>
</tr> </tr>
<tr> <tr>

Loading…
Cancel
Save