#113 unit tests (wip)

This commit is contained in:
Denys Vuika
2016-06-02 17:09:39 +01:00
parent 8552c44c8d
commit 754c5297b5
3 changed files with 105 additions and 12 deletions

View File

@@ -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;