This commit is contained in:
Eugenio Romano
2016-07-18 22:44:08 +01:00
parent b41c81f4a2
commit c86e23351c
3 changed files with 3 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ export class ObjectDataTableAdapter implements DataTableAdapter {
private _rows: DataRow[];
private _columns: DataColumn[];
static generatechema(rowToExaminate: any) {
static generateSchema(rowToExaminate: any) {
let schema = [];
if (typeof rowToExaminate === 'object') {