TaskBoardColumns
Mixin
Mixin that handles columns for the TaskBoard.
Adding a catch-all column
To add a column to display tasks not contained in any other column, simply add a column with name '*' to the columns config.
static configurable = {
columnField : 'alignment`,
columns : [ 'left', 'center', 'right', { name : '*', label : 'Other' } ],
...
}
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this classProperties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of TaskBoardColumns class, or subclass thereof.
-
Store containing the TaskBoard columns.
Has a corresponding columns config.
-
Object with ids of non-catch-all columns as keys, used to determine tasks to show in the catch-all column.
-
Identifies an object as an instance of TaskBoardColumns class, or subclass thereof.