|
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/543b8e0/src/features/cellnav/js/cellnav.js#L268" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridCellNavService</code> |
| 1 | +<a href="https://github.com/{{repo}}/edit/master/{{file}}" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridCellNavService</code> |
2 | 2 | <div><span class="hint">service in module <code ng:non-bindable="">ui.grid.cellNav</code>
|
3 | 3 | </span>
|
4 | 4 | </div>
|
|
8 | 8 | or the direction cells navigation, override with a service decorator (see angular docs)</p>
|
9 | 9 | </div></div>
|
10 | 10 | <div class="member method"><h2 id="methods">Methods</h2>
|
11 |
| -<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/543b8e0/src/features/cellnav/js/cellnav.js#L500" class="view-source icon-eye-open"> </a><h3 id="methods_cellnavcolumnbuilder">cellNavColumnBuilder()</h3> |
| 11 | +<ul class="methods"><li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_cellnavcolumnbuilder">cellNavColumnBuilder()</h3> |
12 | 12 | <div class="cellnavcolumnbuilder"><div class="cellnavcolumnbuilder-page"><p>columnBuilder function that adds cell navigation properties to grid column</p>
|
13 | 13 | </div><h5 id="methods_cellnavcolumnbuilder_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-promise">promise</a></td><td><div class="cellnavcolumnbuilder-page"><p>promise that will load any needed templates when resolved</p>
|
14 | 14 | </div></td></tr></table></div>
|
15 | 15 | </li>
|
16 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/543b8e0/src/features/cellnav/js/cellnav.js#L440" class="view-source icon-eye-open"> </a><h3 id="methods_decoraterendercontainers">decorateRenderContainers()</h3> |
| 16 | +<li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_decoraterendercontainers">decorateRenderContainers()</h3> |
17 | 17 | <div class="decoraterendercontainers"><div class="decoraterendercontainers-page"><p>decorates grid renderContainers with cellNav functions</p>
|
18 | 18 | </div></div>
|
19 | 19 | </li>
|
20 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/543b8e0/src/features/cellnav/js/cellnav.js#L462" class="view-source icon-eye-open"> </a><h3 id="methods_getdirection">getDirection()</h3> |
| 20 | +<li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_getdirection">getDirection()</h3> |
21 | 21 | <div class="getdirection"><div class="getdirection-page"><p>determines which direction to for a given keyDown event</p>
|
22 | 22 | </div><h5 id="methods_getdirection_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-uigridcellnavconstants">uiGridCellNavConstants.direction</a></td><td><div class="getdirection-page"><p>direction</p>
|
23 | 23 | </div></td></tr></table></div>
|
24 | 24 | </li>
|
25 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/543b8e0/src/features/cellnav/js/cellnav.js#L573" class="view-source icon-eye-open"> </a><h3 id="methods_getleftwidth">getLeftWidth(grid, upToCol)</h3> |
| 25 | +<li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_getleftwidth">getLeftWidth(grid, upToCol)</h3> |
26 | 26 | <div class="getleftwidth"><div class="getleftwidth-page"><p>Get the current drawn width of the columns in the
|
27 | 27 | grid up to the numbered column, and add an apportionment for the
|
28 | 28 | column that we're on. So if we are on column 0, we want to scroll
|
|
34 | 34 | </div></td></tr><tr><td>upToCol</td><td><a href="" class="label type-hint type-hint-gridcolumn">GridColumn</a></td><td><div class="getleftwidth-page"><p>the column to total up to and including</p>
|
35 | 35 | </div></td></tr></tbody></table></div>
|
36 | 36 | </li>
|
37 |
| -<li><a href="https://github.com/angular-ui/ui-grid/blob/543b8e0/src/features/cellnav/js/cellnav.js#L535" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltofocus">scrollToFocus(grid, rowEntity, colDef)</h3> |
| 37 | +<li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltofocus">scrollToFocus(grid, rowEntity, colDef)</h3> |
38 | 38 | <div class="scrolltofocus"><div class="scrolltofocus-page"><p>Scroll the grid such that the specified
|
39 | 39 | row and column is in view, and set focus to the cell in that row and column</p>
|
40 | 40 | </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>grid</td><td><a href="" class="label type-hint type-hint-grid">Grid</a></td><td><div class="scrolltofocus-page"><p>the grid you'd like to act upon, usually available
|
|
0 commit comments