Skip to content

Commit f5f45d6

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
gh-pages v4.4.1
1 parent 6b46dbd commit f5f45d6

File tree

12 files changed

+47375
-48010
lines changed

12 files changed

+47375
-48010
lines changed

docs/grunt-scripts/marked.js

Lines changed: 161 additions & 258 deletions
Large diffs are not rendered by default.

docs/grunt-scripts/pdfmake.js

Lines changed: 47156 additions & 47723 deletions
Large diffs are not rendered by default.

docs/grunt-scripts/vfs_fonts.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/partials/tutorial/209_grouping.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<li>groupingSuppressAggregationText is now handled via customTreeAggregationFinalizerText</li>
3131
<li>groupingRowHeaderWidth is now treeRowHeaderWidth</li>
3232
<li>groupingIndent is now treeIndent</li>
33-
<li>groupingRowHeaderAlwaysVisible is now treeRowHeaderAlwaysVisible, and default has changed to true
34-
**_</li>
33+
<li>groupingRowHeaderAlwaysVisible is now treeRowHeaderAlwaysVisible, and default has changed to true</li>
3534
</ul>
35+
<hr>
3636
<p>Documentation for the grouping feature is provided in the api documentation, both under
3737
grouping itself, and shared functions in the treeBase documentation. In particular:</p>
3838
<ul>

release/4.4.1/ui-grid.core.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9050,7 +9050,14 @@ angular.module('ui.grid')
90509050
};
90519051

90529052
GridRenderContainer.prototype.needsHScrollbarPlaceholder = function () {
9053-
return this.grid.options.enableHorizontalScrollbar && !this.hasHScrollbar && !this.grid.disableScrolling;
9053+
var self = this,
9054+
containerBody;
9055+
9056+
if (self.name === 'left' || self.name === 'right' && !this.hasHScrollbar && !this.grid.disableScrolling) {
9057+
containerBody = this.grid.element[0].querySelector('.ui-grid-render-container-body .ui-grid-viewport');
9058+
return containerBody.scrollWidth > containerBody.offsetWidth;
9059+
}
9060+
return false;
90549061
};
90559062

90569063
GridRenderContainer.prototype.getViewportStyle = function () {

release/4.4.1/ui-grid.core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/4.4.1/ui-grid.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9050,7 +9050,14 @@ angular.module('ui.grid')
90509050
};
90519051

90529052
GridRenderContainer.prototype.needsHScrollbarPlaceholder = function () {
9053-
return this.grid.options.enableHorizontalScrollbar && !this.hasHScrollbar && !this.grid.disableScrolling;
9053+
var self = this,
9054+
containerBody;
9055+
9056+
if (self.name === 'left' || self.name === 'right' && !this.hasHScrollbar && !this.grid.disableScrolling) {
9057+
containerBody = this.grid.element[0].querySelector('.ui-grid-render-container-body .ui-grid-viewport');
9058+
return containerBody.scrollWidth > containerBody.offsetWidth;
9059+
}
9060+
return false;
90549061
};
90559062

90569063
GridRenderContainer.prototype.getViewportStyle = function () {

release/4.4.1/ui-grid.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/ui-grid.core.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9050,7 +9050,14 @@ angular.module('ui.grid')
90509050
};
90519051

90529052
GridRenderContainer.prototype.needsHScrollbarPlaceholder = function () {
9053-
return this.grid.options.enableHorizontalScrollbar && !this.hasHScrollbar && !this.grid.disableScrolling;
9053+
var self = this,
9054+
containerBody;
9055+
9056+
if (self.name === 'left' || self.name === 'right' && !this.hasHScrollbar && !this.grid.disableScrolling) {
9057+
containerBody = this.grid.element[0].querySelector('.ui-grid-render-container-body .ui-grid-viewport');
9058+
return containerBody.scrollWidth > containerBody.offsetWidth;
9059+
}
9060+
return false;
90549061
};
90559062

90569063
GridRenderContainer.prototype.getViewportStyle = function () {

release/ui-grid.core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)