DataCubeCanvasService.createModifyColumnWidthCommand Method
Create a command that changes the width of a column in a template grid.
Parameters
- columnNumber
-
Type: Number
Row number to alter.
- newWidthOrDeltaWidth
-
Type: Number
New width or change in width.
- isDelta
-
Type: Boolean - May be null
(Optional) True to specify newWidthOrDeltaWidth in delta.
- notUndoable
-
Type: Boolean - May be null
(Optional) True to be not undoable.
- modifyTemplate
-
Type: Boolean - May be null
(Optional) True to allow modification to template.
- suppressErrors
-
Type: Boolean - May be null
(Optional) True to display errors as warnings in the console instead of showing an error alert.
- overrideMin
-
Type: Boolean - May be null
(Optional) True to override the error message when the new height is less than minimal height.