RowResize
Feature
Enables user to change row height by dragging the bottom row border. After a resize operation, the rowHeight field of the record is updated (when applyToAllRows is false).
Try hovering the bottom row border in the grid below and use drag-drop to change the row height.
This feature is disabled by default.
See also
- rowHeight - Default row height config
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Set this to true to modify the global rowHeight which affects all grid rows.
Has a corresponding runtime applyToAllRows property.
-
Set this to a CSS selector to only trigger row resizing in cells for a specific column.
-
Max height when resizing
Has a corresponding runtime maxHeight property.
-
Minimum height when resizing
Has a corresponding runtime minHeight property.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of RowResize class, or subclass thereof.
-
Set this to true to modify the global rowHeight which affects all grid rows.
Has a corresponding applyToAllRows config.
-
Max height when resizing
Has a corresponding maxHeight config.
-
Minimum height when resizing
Has a corresponding minHeight config.
-
Identifies an object as an instance of RowResize class, or subclass thereof.
Functions
Functions are methods available for calling on the class-
onCancel( )private
Restore row size on cancel (ESC)