|
85 | 85 | </div></td></tr></tbody></table><h5 id="methods_formatasexcel_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatasexcel-page"><p>csv the formatted excel as a string</p>
|
86 | 86 | </div></td></tr></table></div>
|
87 | 87 | </li>
|
| 88 | +<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1127" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldascsv">formatFieldAsCsv(field)</h3> |
| 89 | +<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including |
| 90 | +quotes around the value</p> |
| 91 | +</div><h5 id="methods_formatfieldascsv_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>field</td><td><a href="" class="label type-hint type-hint-field">field</a></td><td><div class="formatfieldascsv-page"><p>the field to be turned into a csv string, |
| 92 | +may be of any type</p> |
| 93 | +</div></td></tr></tbody></table><h5 id="methods_formatfieldascsv_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatfieldascsv-page"><p>a csv-ified version of the field</p> |
| 94 | +</div></td></tr></table></div> |
| 95 | +</li> |
88 | 96 | <li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1472" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldascsv">formatFieldAsCsv(field)</h3>
|
89 | 97 | <div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a pdf-able field, which
|
90 | 98 | is different from a csv field only in that strings don't have quotes
|
|
94 | 102 | </div></td></tr></tbody></table><h5 id="methods_formatfieldascsv_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatfieldascsv-page"><p>a string-ified version of the field</p>
|
95 | 103 | </div></td></tr></table></div>
|
96 | 104 | </li>
|
97 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1127" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldascsv">formatFieldAsCsv(field)</h3> |
98 |
| -<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including |
99 |
| -quotes around the value</p> |
100 |
| -</div><h5 id="methods_formatfieldascsv_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>field</td><td><a href="" class="label type-hint type-hint-field">field</a></td><td><div class="formatfieldascsv-page"><p>the field to be turned into a csv string, |
101 |
| -may be of any type</p> |
102 |
| -</div></td></tr></tbody></table><h5 id="methods_formatfieldascsv_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatfieldascsv-page"><p>a csv-ified version of the field</p> |
103 |
| -</div></td></tr></table></div> |
104 |
| -</li> |
105 | 105 | <li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1569" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldasexcel">formatFieldAsExcel(field)</h3>
|
106 | 106 | <div class="formatfieldasexcel"><div class="formatfieldasexcel-page"><p>Renders a single field as a excel-ified field</p>
|
107 | 107 | </div><h5 id="methods_formatfieldasexcel_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>field</td><td><a href="" class="label type-hint type-hint-field">field</a></td><td><div class="formatfieldasexcel-page"><p>the field to be excel-ified,
|
|
0 commit comments