Skip to content

Commit 3cfe15e

Browse files
committed
gh-pages v3.2.1-b35fca4
1 parent 96a3d24 commit 3cfe15e

File tree

191 files changed

+810
-629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+810
-629
lines changed

docs/js/docs-setup.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ NG_DOCS={
11001100
"type": "object",
11011101
"moduleName": "ui.grid.pagination",
11021102
"shortDescription": "GridOptions for the pagination feature, these are available to be",
1103-
"keywords": "api array automatically bottom class client controls current custom data defaults disables empty enablepagination enablepaginationcontrols enables event false feature grid gridoptions handle implement item items number object pager pagination paginationchanged paginationcurrentpage paginationpagesize paginationpagesizes paginationtemplate paginator property server set side size sizes template total totalitems true turn ui ui-grid useexternalpagination user"
1103+
"keywords": "api array automatically bottom class client client-side controls current custom data defaults disables empty enablepagination enablepaginationcontrols enables event false feature firstrowindex grid gridoptions handle implement item items lastrowindex number object pager pagination paginationchanged paginationcurrentpage paginationpagesize paginationpagesizes paginationtemplate paginator property server set side size sizes template total totalitems true turn ui ui-grid usecustompagination useexternalpagination user"
11041104
},
11051105
{
11061106
"section": "api",
@@ -1109,7 +1109,7 @@ NG_DOCS={
11091109
"type": "object",
11101110
"moduleName": "ui.grid.pagination",
11111111
"shortDescription": "Public API for the pagination feature",
1112-
"keywords": "api current displayed feature getpage gettotalpages grid method moves nextpage number object pagination previous previouspage public requested returns seek total ui"
1112+
"keywords": "api current displayed feature getfirstrowindex getlastrowindex getpage gettotalpages grid method moves nextpage number object pagination previous previouspage public requested returns row seek total ui"
11131113
},
11141114
{
11151115
"section": "api",
@@ -2308,6 +2308,15 @@ NG_DOCS={
23082308
"shortDescription": "When using built in pagination, the data is fully loaded before export.",
23092309
"keywords": "$http $scope _scope angular angularjs app asc break built case class columndefs combined company controller core css data default desc direction enablegridmenu enablesorting export exportalldatapromise exporter exporteralldatafn exporting external false firstrow fully function gender getpage grid gridapi gridoptions html js json length load loaded main mainctrl module ng-controller ngtouch null onregisterapi options overview pagesize pagination paginationchanged paginationcurrentpage paginationoptions paginationpagesize paginationpagesizes purposes return selection sense slice sort sortchanged sortcolumns sorting success switch totalitems true turn tutorial ui ui-grid ui-grid-exporter ui-grid-pagination ui-grid-selection uigridconstants url useexternalpagination useexternalsorting var width"
23102310
},
2311+
{
2312+
"section": "tutorial",
2313+
"id": "406_custom_pagination",
2314+
"shortName": "406 Custom Pagination",
2315+
"type": "overview",
2316+
"moduleName": "Tutorial: 406 Custom Pagination",
2317+
"shortDescription": "When pagination is enabled, the data is displayed in pages that can be browsed using the built in",
2318+
"keywords": "$http $scope allow angular app application browsed built calculate calculatepagesizes call callback called charat class client client-side code columndefs company controller correct count css custom data displayed don enabled enablesorting entire exist false fetch fetched function gender getpage grid grid2data gridapi gridoptions gridoptions1 gridoptions2 html implement indexof initial initials js json length main mainctrl mentioned module ng-controller ngtouch null number onregisterapi option overview pagenumber pagesize pagesizelist pagesizes pagination paginationchanged paginationpagesizes parameters push query reduce requires rest retrieve return row rows selector server server-side set sort specific subset success sufficient total totalitems true tutorial ui ui-grid ui-grid-pagination uigridconstants update url usecustompagination useexternalpagination utilize var variable variables width"
2319+
},
23112320
{
23122321
"section": "tutorial",
23132322
"id": "499_FAQ",

docs/partials/api/exporterMenuAllData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/exporter/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/a3dc3b7/src/features/exporter/js/exporter.js#L380" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">exporterMenuAllData</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/exporter/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/b35fca4/src/features/exporter/js/exporter.js#L380" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">exporterMenuAllData</code>
22
<div><span class="hint"></span>
33
</div>
44
</h1>

docs/partials/api/exporterMenuSelectedData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/exporter/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/a3dc3b7/src/features/exporter/js/exporter.js#L396" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">exporterMenuSelectedData</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/exporter/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/b35fca4/src/features/exporter/js/exporter.js#L396" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">exporterMenuSelectedData</code>
22
<div><span class="hint"></span>
33
</div>
44
</h1>

docs/partials/api/exporterMenuVisibleData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/exporter/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/a3dc3b7/src/features/exporter/js/exporter.js#L388" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">exporterMenuVisibleData</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/exporter/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/b35fca4/src/features/exporter/js/exporter.js#L388" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">exporterMenuVisibleData</code>
22
<div><span class="hint"></span>
33
</div>
44
</h1>

docs/partials/api/ui.grid.autoResize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/auto-resize-grid/js/auto-resize.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/a3dc3b7/src/features/auto-resize-grid/js/auto-resize.js#L15" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable=""></code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/src/features/auto-resize-grid/js/auto-resize.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/b35fca4/src/features/auto-resize-grid/js/auto-resize.js#L15" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable=""></code>
22
<div><span class="hint"></span>
33
</div>
44
</h1>

docs/partials/api/ui.grid.cellNav.Grid.cellNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/a3dc3b7/src/features/cellnav/js/cellnav.js#L282" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">cellNav</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/b35fca4/src/features/cellnav/js/cellnav.js#L282" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">cellNav</code>
22
<div><span class="hint">service in module <code ng:non-bindable="">ui.grid.cellNav:Grid</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.cellNav.api.ColumnDef.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/a3dc3b7/src/features/cellnav/js/cellnav.js#L510" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">ColumnDef</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/b35fca4/src/features/cellnav/js/cellnav.js#L510" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">ColumnDef</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.cellNav</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.cellNav.api.GridOptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/a3dc3b7/src/features/cellnav/js/cellnav.js#L412" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridOptions</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/b35fca4/src/features/cellnav/js/cellnav.js#L412" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridOptions</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.cellNav</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.cellNav.api.GridRow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/a3dc3b7/src/features/cellnav/js/cellnav.js#L71" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridRow</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/b35fca4/src/features/cellnav/js/cellnav.js#L71" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridRow</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.cellNav</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.cellNav.api.PublicApi.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/a3dc3b7/src/features/cellnav/js/cellnav.js#L294" 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/b35fca4/src/features/cellnav/js/cellnav.js#L294" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">PublicApi</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.cellNav</code>
33
</span>
44
</div>
@@ -7,23 +7,23 @@
77
<div class="description"><div class="ui-grid-cellnav-api-page ui-grid-cellnav-api-publicapi-page"><p>Public Api for cellNav feature</p>
88
</div></div>
99
<div class="member method"><h2 id="methods">Methods</h2>
10-
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/a3dc3b7/src/features/cellnav/js/cellnav.js#L370" 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/b35fca4/src/features/cellnav/js/cellnav.js#L370" class="view-source icon-eye-open"> </a><h3 id="methods_getcurrentselection">getCurrentSelection()</h3>
1111
<div class="getcurrentselection"><div class="getcurrentselection-page"><p>returns an array containing the current selection
1212
<br> array is empty if no selection has occurred</p>
1313
</div></div>
1414
</li>
15-
<li><a href="https://github.com/angular-ui/ui-grid/blob/a3dc3b7/src/features/cellnav/js/cellnav.js#L359" 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/b35fca4/src/features/cellnav/js/cellnav.js#L359" class="view-source icon-eye-open"> </a><h3 id="methods_getfocusedcell">getFocusedCell()</h3>
1616
<div class="getfocusedcell"><div class="getfocusedcell-page"><p>returns the current (or last if Grid does not have focus) focused row and column
1717
<br> value is null if no selection has occurred</p>
1818
</div></div>
1919
</li>
20-
<li><a href="https://github.com/angular-ui/ui-grid/blob/a3dc3b7/src/features/cellnav/js/cellnav.js#L382" 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/b35fca4/src/features/cellnav/js/cellnav.js#L382" class="view-source icon-eye-open"> </a><h3 id="methods_rowcolselectindex">rowColSelectIndex(rowCol)</h3>
2121
<div class="rowcolselectindex"><div class="rowcolselectindex-page"><p>returns the index in the order in which the GridRowColumn was selected, returns -1 if the GridRowColumn
2222
isn&#39;t selected</p>
2323
</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>
2424
</div></td></tr></tbody></table></div>
2525
</li>
26-
<li><a href="https://github.com/angular-ui/ui-grid/blob/a3dc3b7/src/features/cellnav/js/cellnav.js#L348" 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/b35fca4/src/features/cellnav/js/cellnav.js#L348" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltofocus">scrollToFocus(rowEntity, colDef)</h3>
2727
<div class="scrolltofocus"><div class="scrolltofocus-page"><p>brings the specified row and column into view, and sets focus
2828
to that cell</p>
2929
</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

Comments
 (0)