v7.3.0

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

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
id: columnRename

Source path

Grid/feature/ColumnRename.js

Demo

examples/columns

Contents