Skip to content

Commit 71924a7

Browse files
gh-pages v4.10.2
1 parent a059520 commit 71924a7

File tree

373 files changed

+98184
-376
lines changed

Some content is hidden

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

373 files changed

+98184
-376
lines changed

docs/js/docs-setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ UI_DOCS={
201201
"type": "object",
202202
"moduleName": "ui.grid.class:GridOptions",
203203
"shortDescription": "Definition / configuration of an individual column, which would typically be",
204-
"keywords": "$scope aa accept access action active add additional address adds affect aggregation aggregationhidelabel aggregationtype aggregationtypes alert algorithm algorithms allowed allowing alongside angular angularjs api appear append applied apply applying arguments arialabel array asc assume attribute attributes auto avg backward bind binding blargh block boolean box button call called cancels case casesensitive cell cellclass cellfilter cellnav cells celltemplate celltooltip cellvalue choose chosen city class clicked clicks col colrenderindex column columndef columndefs columnfooter columns combined compatibility complex condition configuration consists constants content context control controls count css current currently custom cycle data dates deems default defaults defaultsort define defined defines definition definitions desc determine direction directions disablecancelfilterbutton display displayed displayname displays div docs doesn don element empty enablecolumnmenu enablecolumnmenus enabled enablefiltering enablehiding enablesorting ends ends_with entered equal evaluate evaluates example explicit explicitly expression expressions false feature female field field1 field2 field3 fields filter filtercellfiltered filterheadertemplate filtering filters flag flags focus footer footercellclass footercellfilter footercelltemplate force format full function functionality generated getfulladdress grid gridoptions guess guessing handler hanldes header headercellclass headercellfilter headercelltemplate headers headertooltip heading hidden hides hiding hovers i18n icon ignored ignoresort include individual initial input irrespective item items javascript key label leaveopen list listed long male manipulate manually matching max maximum maxwidth menu menuitems menus method min minimum minimumcolumnsize minwidth mouse multiple non-string normal note noterm null number numberstr object objects open option options order ordering outer override parameters pass passed passing percentage perform placeholder pre-populated prevents priority properties_aggregationtypes properties_asc properties_desc properties_filter properties_sort property provide provided raw rawterm read reader receive refer refers regular removesort removing repeatedly require requires retrieving return returned returns row rowa rowb rowrenderindex rows rowsorter satisfaction scope screen search select selected selectoptions sensitive service set sets setting settings shares single skipped sort sortalpha sortcellfiltered sortdirectioncycle sorted sortfn sorting sortingalgorithm sortingalgorithms sorts source specific starts starts_with static stay string sum supply supported suppressremovesort takes template term text title tooltip translate tree trigger true turn turned tutorial type typically ui ui-grid ui-grid-column-menu-button ui-grid-icon-info-circled uigrid uigridconstants unique unmodified unsorted user user-provided users valid values ve visible web widgets width work xx xxx",
204+
"keywords": "$scope aa accept access action active add additional address adds affect aggregation aggregationhidelabel aggregationtype aggregationtypes alert algorithm algorithms allowed allowfloatwidth allowing allows alongside angular angularjs api appear append applied apply applying arguments arialabel array asc assume attribute attributes auto avg backward bind binding blargh block boolean box button calculation call called cancels case casesensitive cell cellclass cellfilter cellnav cells celltemplate celltooltip cellvalue choose chosen city class clicked clicks col colrenderindex column columndef columndefs columnfooter columns combined compatibility complex condition configuration consists constants content context control controls count css current currently custom cycle data dates deems default defaults defaultsort define defined defines definition definitions desc determine direction directions disablecancelfilterbutton display displayed displayname displays div docs doesn don element empty enablecolumnmenu enablecolumnmenus enabled enablefiltering enablehiding enablesorting ends ends_with entered equal evaluate evaluates example explicit explicitly expression expressions false feature female field field1 field2 field3 fields filter filtercellfiltered filterheadertemplate filtering filters flag flags float focus footer footercellclass footercellfilter footercelltemplate force format full function functionality generated getfulladdress grid gridoptions guess guessing handler hanldes header headercellclass headercellfilter headercelltemplate headers headertooltip heading hidden hides hiding hovers i18n icon ignored ignoresort include individual initial input irrespective item items javascript key label leaveopen list listed long male manipulate manually matching max maximum maxwidth menu menuitems menus method min minimum minimumcolumnsize minwidth mouse multiple non-string normal note noterm null number numberstr object objects open option options order ordering outer override parameters pass passed passing percentage perform placeholder pre-populated prevents priority properties_aggregationtypes properties_asc properties_desc properties_filter properties_sort property provide provided raw rawterm read reader receive refer refers regular removesort removing repeatedly require requires retrieving return returned returns row rowa rowb rowrenderindex rows rowsorter satisfaction scope screen search select selected selectoptions sensitive service set sets setting settings shares single skipped sort sortalpha sortcellfiltered sortdirectioncycle sorted sortfn sorting sortingalgorithm sortingalgorithms sorts source specific starts starts_with static stay string sum supply supported suppressremovesort takes template term text title tooltip translate tree trigger true turn turned tutorial type typically ui ui-grid ui-grid-column-menu-button ui-grid-icon-info-circled uigrid uigridconstants unique unmodified unsorted user user-provided users valid values ve visible web widgets width work xx xxx",
205205
"isDeprecated": false
206206
},
207207
{

docs/partials/api/ui.grid.cellNav.directive.uiGridCell.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/cellnav/src/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/master/packages/cellnav/src/js/cellnav.js#L1050" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridCell</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/cellnav/src/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/master/packages/cellnav/src/js/cellnav.js#L1049" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridCell</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.cellNav</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.class.GridColumn.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
1414
</div></td></tr><tr><td>grid</td><td><a href="" class="label type-hint type-hint-grid">Grid</a></td><td><div class="ui-grid-class-page ui-grid-class-gridcolumn-page"><p>the grid we&#39;d like to create this column in</p>
1515
</div></td></tr></tbody></table></div>
1616
<div class="member method"><h2 id="methods">Methods</h2>
17-
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L983" class="view-source icon-eye-open"> </a><h3 id="methods_getaggregationtext">getAggregationText(label)</h3>
17+
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L995" class="view-source icon-eye-open"> </a><h3 id="methods_getaggregationtext">getAggregationText(label)</h3>
1818
<div class="getaggregationtext"><div class="getaggregationtext-page"><p>Gets the aggregation label from colDef.aggregationLabel if
1919
specified or by using i18n, including deciding whether or not to display
2020
based on colDef.aggregationHideLabel.</p>
@@ -26,16 +26,16 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
2626
Debounced using scrollDebounce option setting</p>
2727
</div></div>
2828
</li>
29-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L896" class="view-source icon-eye-open"> </a><h3 id="methods_getcolclass">getColClass(prefixDot)</h3>
29+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L908" class="view-source icon-eye-open"> </a><h3 id="methods_getcolclass">getColClass(prefixDot)</h3>
3030
<div class="getcolclass"><div class="getcolclass-page"><p>Returns the class name for the column</p>
3131
</div><h5 id="methods_getcolclass_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>prefixDot</td><td><a href="" class="label type-hint type-hint-bool">bool</a></td><td><div class="getcolclass-page"><p>if true, will return .className instead of className</p>
3232
</div></td></tr></tbody></table></div>
3333
</li>
34-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L929" class="view-source icon-eye-open"> </a><h3 id="methods_getcolclassdefinition">getColClassDefinition()</h3>
34+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L941" class="view-source icon-eye-open"> </a><h3 id="methods_getcolclassdefinition">getColClassDefinition()</h3>
3535
<div class="getcolclassdefinition"><div class="getcolclassdefinition-page"><p>Returns the class definition for th column</p>
3636
</div></div>
3737
</li>
38-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L941" class="view-source icon-eye-open"> </a><h3 id="methods_getrendercontainer">getRenderContainer()</h3>
38+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L953" class="view-source icon-eye-open"> </a><h3 id="methods_getrendercontainer">getRenderContainer()</h3>
3939
<div class="getrendercontainer"><div class="getrendercontainer-page"><p>Returns the render container object that this column belongs to.</p>
4040
<p>Columns will be default be in the <code>body</code> render container if they aren&#39;t allocated to one specifically.</p>
4141
</div></div>
@@ -44,11 +44,11 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
4444
<div class="hidecolumn"><div class="hidecolumn-page"><p>Hides the column by setting colDef.visible = false</p>
4545
</div></div>
4646
</li>
47-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L908" class="view-source icon-eye-open"> </a><h3 id="methods_ispinnedleft">isPinnedLeft()</h3>
47+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L920" class="view-source icon-eye-open"> </a><h3 id="methods_ispinnedleft">isPinnedLeft()</h3>
4848
<div class="ispinnedleft"><div class="ispinnedleft-page"><p>Returns true if column is in the left render container</p>
4949
</div></div>
5050
</li>
51-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L918" class="view-source icon-eye-open"> </a><h3 id="methods_ispinnedright">isPinnedRight()</h3>
51+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L930" class="view-source icon-eye-open"> </a><h3 id="methods_ispinnedright">isPinnedRight()</h3>
5252
<div class="ispinnedright"><div class="ispinnedright-page"><p>Returns true if column is in the right render container</p>
5353
</div></div>
5454
</li>
@@ -60,15 +60,15 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
6060
</div></td></tr><tr><td>defaultValue</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="setpropertyordefault-page"><p>the value to use if the colDef doesn&#39;t provide the setting</p>
6161
</div></td></tr></tbody></table></div>
6262
</li>
63-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L959" class="view-source icon-eye-open"> </a><h3 id="methods_showcolumn">showColumn()</h3>
63+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L971" class="view-source icon-eye-open"> </a><h3 id="methods_showcolumn">showColumn()</h3>
6464
<div class="showcolumn"><div class="showcolumn-page"><p>Makes the column visible by setting colDef.visible = true</p>
6565
</div></div>
6666
</li>
67-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L874" class="view-source icon-eye-open"> </a><h3 id="methods_unsort">unsort()</h3>
67+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L886" class="view-source icon-eye-open"> </a><h3 id="methods_unsort">unsort()</h3>
6868
<div class="unsort"><div class="unsort-page"><p>Removes column from the grid sorting</p>
6969
</div></div>
7070
</li>
71-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L465" class="view-source icon-eye-open"> </a><h3 id="methods_updatecolumndef">updateColumnDef(colDef, isNew)</h3>
71+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/GridColumn.js#L477" class="view-source icon-eye-open"> </a><h3 id="methods_updatecolumndef">updateColumnDef(colDef, isNew)</h3>
7272
<div class="updatecolumndef"><div class="updatecolumndef-page"><p>Moves settings from the columnDef down onto the column,
7373
and sets properties as appropriate</p>
7474
</div><h5 id="methods_updatecolumndef_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>colDef</td><td><a href="" class="label type-hint type-hint-gridcolumn">GridColumn</a></td><td><div class="updatecolumndef-page"><p>the column def to look in for the property value</p>

docs/partials/api/ui.grid.class.GridOptions.columnDef.html

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
set of visible rows, and return a value that should be shown</p>
2525
</div></div>
2626
</li>
27+
<li><h3 id="properties_allowfloatwidth">allowFloatWidth</h3>
28+
<div class="allowfloatwidth"><div class="allowfloatwidth-page"><p>Allows float number in column width calculation</p>
29+
</div><h4 id="properties_allowfloatwidth_example">Example</h4>
30+
<div class="example"><div class="allowfloatwidth-page"><pre class="prettyprint linenums"> $scope.gridOptions.columnDefs = [ { field: 'field1', width: 50.5, allowFloatWidth: true},
31+
{ field: 'field2', width: '20%', allowFloatWidth: true},
32+
{ field: 'field3', width: '*', allowFloatWidth: true }]; </pre>
33+
</div></div>
34+
</div>
35+
</li>
2736
<li><h3 id="properties_cellclass">cellClass</h3>
2837
<div class="cellclass"><div class="cellclass-page"><p>cellClass can be a string specifying the class to append to a cell
2938
or it can be a function(grid, row, col, rowRenderIndex, colRenderIndex) that returns a class name</p>

0 commit comments

Comments
 (0)