ColumnResize
Feature
This feature allows users to change the width of individual TaskBoard columns. Resize is initiated upon mouse down on the separator element between column headers. Try it out below!
Resize events
The different stages of a resize operation trigger different events, in order of appearance:
| Event | Description |
|---|---|
| beforeColumnResize | Preventable event fired before a resize starts |
| columnResizeStart | Fired when resizing starts |
| columnResize | Fired after a resize gesture that lead to changes |
This feature is disabled by default.
No results
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 resize end event
Triggers: columnResize
-
onResizing( )private
Handle drag event - resize the column live