diff --git a/platform/features/table/src/controllers/TableController.js b/platform/features/table/src/controllers/TableController.js index 3b723836ae..577b79b1ca 100644 --- a/platform/features/table/src/controllers/TableController.js +++ b/platform/features/table/src/controllers/TableController.js @@ -166,10 +166,10 @@ define( configuration; if (handle) { - handle.promiseTelemetryObjects().then(function () { + handle.promiseTelemetryObjects().then(function (objects) { table.buildColumns(handle.getMetadata()); - if (table.columns.length > 0){ + if (objects && objects.length > 1){ table.addColumn(new NameColumn(), 0); }