mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
datatable demo fixes
This commit is contained in:
@@ -96,6 +96,7 @@ export class DataTableDemoComponent {
|
|||||||
let row = new ObjectDataRow({
|
let row = new ObjectDataRow({
|
||||||
id: id,
|
id: id,
|
||||||
name: 'Name ' + id,
|
name: 'Name ' + id,
|
||||||
|
createdOn: new Date(),
|
||||||
icon: 'material-icons://extension',
|
icon: 'material-icons://extension',
|
||||||
createdBy: this._createdBy
|
createdBy: this._createdBy
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user