datatable demo fixes

This commit is contained in:
Denys Vuika
2016-06-02 15:11:29 +01:00
parent fc93f89fe9
commit b451c67456

View File

@@ -96,6 +96,7 @@ export class DataTableDemoComponent {
let row = new ObjectDataRow({
id: id,
name: 'Name ' + id,
createdOn: new Date(),
icon: 'material-icons://extension',
createdBy: this._createdBy
});