|
1 |
| -<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/cellnav/js/cellnav.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/a42dab2/src/features/cellnav/js/cellnav.js#L371" 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/src/features/cellnav/js/cellnav.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/6edef36/src/features/cellnav/js/cellnav.js#L371" 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.cellNav</code>
|
3 | 3 | </span>
|
4 | 4 | </div>
|
|
7 | 7 | <div class="description"><div class="ui-grid-cellnav-api-page ui-grid-cellnav-api-publicapi-page"><p>Public Api for cellNav 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/a42dab2/src/features/cellnav/js/cellnav.js#L447" class="view-source icon-eye-open"> </a><h3 id="methods_getcurrentselection">getCurrentSelection()</h3> |
| 10 | +<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/6edef36/src/features/cellnav/js/cellnav.js#L447" class="view-source icon-eye-open"> </a><h3 id="methods_getcurrentselection">getCurrentSelection()</h3> |
11 | 11 | <div class="getcurrentselection"><div class="getcurrentselection-page"><p>returns an array containing the current selection
|
12 | 12 | <br> array is empty if no selection has occurred</p>
|
13 | 13 | </div></div>
|
14 | 14 | </li>
|
15 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/a42dab2/src/features/cellnav/js/cellnav.js#L436" class="view-source icon-eye-open"> </a><h3 id="methods_getfocusedcell">getFocusedCell()</h3> |
| 15 | +<li><a href="https://github.com/angular-ui/ui-grid/blob/6edef36/src/features/cellnav/js/cellnav.js#L436" class="view-source icon-eye-open"> </a><h3 id="methods_getfocusedcell">getFocusedCell()</h3> |
16 | 16 | <div class="getfocusedcell"><div class="getfocusedcell-page"><p>returns the current (or last if Grid does not have focus) focused row and column
|
17 | 17 | <br> value is null if no selection has occurred</p>
|
18 | 18 | </div></div>
|
19 | 19 | </li>
|
20 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/a42dab2/src/features/cellnav/js/cellnav.js#L459" class="view-source icon-eye-open"> </a><h3 id="methods_rowcolselectindex">rowColSelectIndex(rowCol)</h3> |
| 20 | +<li><a href="https://github.com/angular-ui/ui-grid/blob/6edef36/src/features/cellnav/js/cellnav.js#L459" class="view-source icon-eye-open"> </a><h3 id="methods_rowcolselectindex">rowColSelectIndex(rowCol)</h3> |
21 | 21 | <div class="rowcolselectindex"><div class="rowcolselectindex-page"><p>returns the index in the order in which the RowCol was selected, returns -1 if the RowCol
|
22 | 22 | isn't selected</p>
|
23 | 23 | </div><h5 id="methods_rowcolselectindex_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>rowCol</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="rowcolselectindex-page"><p>the rowCol to evaluate</p>
|
24 | 24 | </div></td></tr></tbody></table></div>
|
25 | 25 | </li>
|
26 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/a42dab2/src/features/cellnav/js/cellnav.js#L425" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltofocus">scrollToFocus(rowEntity, colDef)</h3> |
| 26 | +<li><a href="https://github.com/angular-ui/ui-grid/blob/6edef36/src/features/cellnav/js/cellnav.js#L425" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltofocus">scrollToFocus(rowEntity, colDef)</h3> |
27 | 27 | <div class="scrolltofocus"><div class="scrolltofocus-page"><p>brings the specified row and column into view, and sets focus
|
28 | 28 | to that cell</p>
|
29 | 29 | </div><h5 id="methods_scrolltofocus_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>rowEntity</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="scrolltofocus-page"><p>gridOptions.data[] array instance to make visible and set focus</p>
|
|
0 commit comments