Fix tests and loading rows regression

This commit is contained in:
Denys Vuika
2016-07-06 16:36:22 +01:00
parent f596dd7a06
commit ae809266ea
3 changed files with 4 additions and 15 deletions

View File

@@ -184,7 +184,7 @@ export class ShareDataTableAdapter implements DataTableAdapter {
}
}
this.rows = [];
this.rows = rows;
},
error => console.log(error));
}