Browse Source

fixed to allow adding columns back in

slqgsm 9 years ago
parent
commit
afb55fb3bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/plugins/panel/table/transformers.ts

+ 1 - 0
public/app/plugins/panel/table/transformers.ts

@@ -142,6 +142,7 @@ transformers['table'] = {
     if (!data || data.length === 0) {
       return [];
     }
+    return data[0]
   },
   transform: function(data, panel, model) {
     if (!data || data.length === 0) {