Commit afb55fb3 by slqgsm

fixed to allow adding columns back in

parent e420bee2
...@@ -142,6 +142,7 @@ transformers['table'] = { ...@@ -142,6 +142,7 @@ transformers['table'] = {
if (!data || data.length === 0) { if (!data || data.length === 0) {
return []; return [];
} }
return data[0]
}, },
transform: function(data, panel, model) { transform: function(data, panel, model) {
if (!data || data.length === 0) { if (!data || data.length === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment