v7.3.0

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

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    • onCancel( )
      private

      Restore row size on cancel (ESC)

    id: rowResize

    Source path

    Grid/feature/RowResize.js

    Demo

    examples/rowheight

    Contents