mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
parent
72fc9a0b5d
commit
99298f7066
@ -163,10 +163,8 @@ class MyDemoApp implements OnInit {
|
|||||||
this.dataProcesses = new ObjectDataTableAdapter(
|
this.dataProcesses = new ObjectDataTableAdapter(
|
||||||
[],
|
[],
|
||||||
[
|
[
|
||||||
{type: 'text', key: 'id', title: 'Id'},
|
|
||||||
{type: 'text', key: 'name', title: 'Name', cssClass: 'full-width name-column', sortable: true},
|
{type: 'text', key: 'name', title: 'Name', cssClass: 'full-width name-column', sortable: true},
|
||||||
{type: 'text', key: 'started', title: 'Started', sortable: true},
|
{type: 'text', key: 'started', title: 'Started', sortable: true, cssClass: 'hidden'}
|
||||||
{type: 'text', key: 'startedBy.email', title: 'Started By', sortable: true}
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user