mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#113 unit tests (wip)
This commit is contained in:
@@ -160,7 +160,7 @@ export class ObjectDataColumn implements DataColumn {
|
||||
|
||||
constructor(obj: any) {
|
||||
this.key = obj.key;
|
||||
this.type = obj.type;
|
||||
this.type = obj.type || 'text';
|
||||
this.sortable = obj.sortable;
|
||||
this.title = obj.title;
|
||||
this.srTitle = obj.srTitle;
|
||||
|
Reference in New Issue
Block a user