|
1 |
| -<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/exporter/src/js/exporter.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L98" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">PublicApi</code> |
| 1 | +<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/exporter/src/js/exporter.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L99" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">PublicApi</code> |
2 | 2 | <div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
|
3 | 3 | </span>
|
4 | 4 | </div>
|
|
7 | 7 | <div class="description"><div class="ui-grid-exporter-api-page ui-grid-exporter-api-publicapi-page"><p>Public Api for exporter feature</p>
|
8 | 8 | </div></div>
|
9 | 9 | <div class="member method"><h2 id="methods">Methods</h2>
|
10 |
| -<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L117" class="view-source icon-eye-open"> </a><h3 id="methods_csvexport">csvExport(rowTypes, colTypes)</h3> |
| 10 | +<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L118" class="view-source icon-eye-open"> </a><h3 id="methods_csvexport">csvExport(rowTypes, colTypes)</h3> |
11 | 11 | <div class="csvexport"><div class="csvexport-page"><p>Exports rows from the grid in csv format,
|
12 | 12 | the data exported is selected based on the provided options</p>
|
13 | 13 | </div><h5 id="methods_csvexport_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>rowTypes</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="csvexport-page"><p>which rows to export, valid values are
|
|
17 | 17 | uiGridExporterConstants.ALL, uiGridExporterConstants.VISIBLE</p>
|
18 | 18 | </div></td></tr></tbody></table></div>
|
19 | 19 | </li>
|
20 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L150" class="view-source icon-eye-open"> </a><h3 id="methods_excelexport">excelExport(rowTypes, colTypes)</h3> |
| 20 | +<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L151" class="view-source icon-eye-open"> </a><h3 id="methods_excelexport">excelExport(rowTypes, colTypes)</h3> |
21 | 21 | <div class="excelexport"><div class="excelexport-page"><p>Exports rows from the grid in excel format,
|
22 | 22 | the data exported is selected based on the provided options</p>
|
23 | 23 | </div><h5 id="methods_excelexport_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>rowTypes</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="excelexport-page"><p>which rows to export, valid values are
|
|
27 | 27 | uiGridExporterConstants.ALL, uiGridExporterConstants.VISIBLE</p>
|
28 | 28 | </div></td></tr></tbody></table></div>
|
29 | 29 | </li>
|
30 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L135" class="view-source icon-eye-open"> </a><h3 id="methods_pdfexport">pdfExport(rowTypes, colTypes)</h3> |
| 30 | +<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L136" class="view-source icon-eye-open"> </a><h3 id="methods_pdfexport">pdfExport(rowTypes, colTypes)</h3> |
31 | 31 | <div class="pdfexport"><div class="pdfexport-page"><p>Exports rows from the grid in pdf format,
|
32 | 32 | the data exported is selected based on the provided options
|
33 | 33 | Note that this function has a dependency on pdfMake, all
|
|
0 commit comments