ColumnResize
Feature
Enables user to resize columns by dragging a handle on the right hand side of the header. A drag handle appears when hovering near the right edge of a column header. Dragging it adjusts the column width, respecting any minWidth or maxWidth constraints.
To get notified about column resize, listen to the change event on the columns store.
This feature is enabled by default.
See also
- ColumnAutoWidth - Auto-size columns to content
- minWidth - Minimum column width
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Resize all cells below a resizing header during dragging.
'auto'meanstrueon non-mobile platforms.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ColumnResize class, or subclass thereof.
-
Identifies an object as an instance of ColumnResize class, or subclass thereof.
Functions
Functions are methods available for calling on the class-
onCancel( )private
Restore column width on cancel (ESC)
-
onResize( )private
Handle drop event (only used for touch)
Triggers: columnResize
-
onResizing( )private
Handle drag event - resize the column live unless it's a touch gesture