commit
a009202341
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ func (layout *LayoutDSL) Xgen(data map[string]interface{}, excludes map[string]b
|
|||
|
||||
if column.Rows != nil {
|
||||
new := component.InstanceDSL{Rows: []component.InstanceDSL{}}
|
||||
if column.Width != nil {
|
||||
new.Width = column.Width
|
||||
}
|
||||
|
||||
for _, column := range column.Rows {
|
||||
id, has := mapping.Columns[column.Name]
|
||||
if !has {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue