ColumnPickerButton
A button with a menu allowing the user to toggle which columns are shown on the TaskBoard.
Click to display a menu populated with the columns held in columns.
When used within a TaskBoard, it connects to it automatically:
const taskBoard = new TaskBoard({
tbar : [
{ type : 'columnpickerbutton' }
]
});
When used outside of a TaskBoard, it will query globally to find one but if there are multiple on page it might have to be linked to one manually (see taskBoard:
const taskBoard = new TaskBoard({});
const picker = new ColumnPickerButton({
taskBoard // Link it to the taskBoard instance created above
});
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ColumnPickerButton class, or subclass thereof.
-
Identifies an object as an instance of ColumnPickerButton class, or subclass thereof.
type: columnpickerbutton