SeparatorItem
Item displaying a horizontal divider.
Separator item
//<code-header>
fiddle.title = 'Separator item';
//</code-header>
const taskBoard = new TaskBoard({
appendTo : targetElement,
features : {
columnToolbars : false
},
bodyItems : {
status : { type : 'text' },
separator : { type : 'separator' },
id : { type : 'text' }
},
columns : [
'Todo',
'Doing',
'Done'
],
columnField : 'status',
project : {
tasks : [
{
id : 1,
name : 'Learn Angular',
status : 'Doing'
},
{
id : 2,
name : 'Learn React',
status : 'Done'
},
{
id : 3,
name : 'Learn Vue',
status : 'Todo'
}
]
}
});Properties
2
Properties
2Identifies an object as an instance of SeparatorItem class, or subclass thereof.
Identifies an object as an instance of SeparatorItem class, or subclass thereof.
Typedefs
1
Typedefs
1TaskItemOptionsTaskItem