Hi there,
just today my collegue sent me that solution which is a bit strange:
if(widget_data.widget) then
table.insert(widgets_middle, widget_data.widget)
else
table.insert(widgets_middle, widget_data)
end
instead of
table.insert(widgets_middle, widget_data)
near
delightful_container_index.
Greets Marco.
