Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit d082fd4

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
prepare release 0.16.7
1 parent 0896e2d commit d082fd4

17 files changed

+37
-53
lines changed

dist.tgz

305 Bytes
Binary file not shown.

dist/app/modules/angular-slickgrid/models/gridOption.interface.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { AutoResizeOption, BackendEventChanged, BackendServiceApi, Column, Colum
22
export interface GridOption {
33
/** CSS class name used on newly added row */
44
addNewRowCssClass?: string;
5+
/** Defaults to true, which leads to always show a vertical scrolling. This is rather important to use when using the Grid Menu (hamburger) */
6+
alwaysShowVerticalScroll?: boolean;
57
/** Defaults to 100, which is the asynchronous editor loading delay */
68
asyncEditorLoadDelay?: number;
79
/** Defaults to false, which leads to load editor asynchronously (delayed) */
@@ -14,6 +16,8 @@ export interface GridOption {
1416
autoEdit?: boolean;
1517
/** Defaults to true, which leads to automatically adjust the size of each column with the available space. Similar to "Force Fit Column" but only happens on first page/component load. */
1618
autoFitColumnsOnFirstLoad?: boolean;
19+
/** Defaults to false, when enabled will automatically adjust grid height. */
20+
autoHeight?: boolean;
1721
/** Auto-resize options (bottom padding, minHeight, ...) */
1822
autoResize?: AutoResizeOption;
1923
/** Auto-tooltip options (enableForCells, enableForHeaderCells, maxToolTipLength) */
@@ -119,7 +123,7 @@ export interface GridOption {
119123
footerRowHeight?: number;
120124
/** Do we want to force fit columns in the grid at all time? */
121125
forceFitColumns?: boolean;
122-
/** Do we want to force synchronous scrolling? */
126+
/** Defaults to false, force synchronous scrolling */
123127
forceSyncScrolling?: boolean;
124128
/** Formatter classes factory */
125129
formatterFactory?: any;

dist/bundles/angular-slickgrid.umd.js

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

dist/bundles/angular-slickgrid.umd.js.map

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

dist/bundles/angular-slickgrid.umd.min.js

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

dist/bundles/angular-slickgrid.umd.min.js.map

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

dist/esm2015/angular-slickgrid.js

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

dist/esm2015/angular-slickgrid.js.map

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

dist/esm5/angular-slickgrid.js

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

dist/esm5/angular-slickgrid.js.map

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

0 commit comments

Comments
 (0)