v7.3.0

ColumnRename
Feature

Allows user to rename columns by either double-clicking column text, or via the column header menu.

To get notified about column renaming listen to change event on the columns store.

This feature is disabled by default.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • triggerEvent : 'columnTitleClick'/'columnTitleDblClick'/StringcolumnTitleDblClick

    The gesture that will trigger the title editor to show

Properties

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

Source path

TaskBoard/feature/ColumnRename.js

Demo

examples/columns

Contents