Commit 6bdea65
committed
fix: skip Attribute fallback for custom-content datagrid columns
PR #202 added a sugar that falls back to the column's name when no
explicit Attribute is given. For custom-content columns (those with
an action-button body and no attribute binding), this caused CE1613
"attribute no longer exists" because names like 'colActions' don't
resolve to real attributes.
Skip the sugar when the column has child widgets — those columns
don't bind to an attribute.
Fixes the 03-page-examples.mdl integration test regression.1 parent 52f41dc commit 6bdea65
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
0 commit comments