ColumnRename
Feature
Allows user to rename columns by either right-clicking column header or using keyboard shortcuts when column header is focused.
To get notified about column renaming listen to change event on columns store.
Right click column header and click "Rename" or press F2 when column header is focused:
* This feature is disabled by default.
Keyboard shortcuts
This feature has the following default keyboard shortcuts:
| Keys | Action | Action description |
|---|---|---|
| F2 | startEdit | Starts editing focused column header text |
Please note that Ctrl is the equivalent to Command and Alt is the equivalent to Option for Mac users
For more information on how to customize keyboard shortcuts, please see our guide
See also
- Column - Base column class
- HeaderMenu - Header context menu
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
keyMap : Object<String, KeyMapConfig>
See Keyboard shortcuts for details
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ColumnRename class, or subclass thereof.
-
Identifies an object as an instance of ColumnRename class, or subclass thereof.