Add Created and Updated column
This commit is contained in:
@@ -6,6 +6,8 @@ import { ShortCode } from './ShortCode'
|
||||
import { ParentName } from './ParentName'
|
||||
|
||||
let ColumnFactoryBase = pillar.vuecomponents.table.columns.ColumnFactoryBase;
|
||||
let Created = pillar.vuecomponents.table.columns.Created;
|
||||
let Updated = pillar.vuecomponents.table.columns.Updated;
|
||||
|
||||
|
||||
class TasksColumnFactory extends ColumnFactoryBase{
|
||||
@@ -17,6 +19,8 @@ class TasksColumnFactory extends ColumnFactoryBase{
|
||||
new ShortCode(),
|
||||
new TaskType(),
|
||||
new TaskDueDate(),
|
||||
new Created(),
|
||||
new Updated(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user