Skip to content

Commit

Permalink
fix: the devMode should be false or an object with other options
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Dec 8, 2023
1 parent 8478ff1 commit bbddea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/gridOption.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 108,7 @@ export interface GridOption<C extends BaseColumn = BaseColumn> {
/** Default cell Formatter that will be used by the grid */
defaultFormatter?: Formatter;

/** Escape hatch geared towards testing Slickgrid in jsdom based environments to circumvent the lack of stylesheet.ownerNode and clientWidth calculations */
/** Escape hatch geared towards testing Slickgrid in JSDOM based environments to circumvent the lack of stylesheet.ownerNode and clientWidth calculations */
devMode?: false | { ownerNodeIndex?: number; containerClientWidth?: number; };

/** Do we have paging enabled? */
Expand Down

0 comments on commit bbddea7

Please sign in to comment.