@@ -148,38 +148,38 @@ Migrates indexed item array keys to associative for type select, radio and check
148
148
<sheetTitle>Sheet Title</sheetTitle>
149
149
<type>array</type>
150
150
<el>
151
- <selectSingleColumn>
152
- <config>
153
- <type>select</type>
154
- <renderType>selectSingle</renderType>
155
- <items type="array">
156
- <numIndex index="0" type="array">
157
- - <numIndex index="0"/>
158
- - <numIndex index="1"/>
159
- + <label/>
160
- + <value/>
161
- </numIndex>
162
- <numIndex index="1" type="array">
163
- - <numIndex index="0">Label 1</numIndex>
164
- - <numIndex index="1">1</numIndex>
165
- + <label>Label 1</label>
166
- + <value>1</value>
167
- </numIndex>
168
- <numIndex index="2" type="array">
169
- - <numIndex index="0">Label 2</numIndex>
170
- - <numIndex index="1">2</numIndex>
171
- + <label>Label 2</label>
172
- + <value>2</value>
173
- </numIndex>
174
- <numIndex index="3" type="array">
175
- - <numIndex index="0">Label 3</numIndex>
176
- - <numIndex index="1">3</numIndex>
177
- + <label>Label 3</label>
178
- + <value>3</value>
179
- </numIndex>
180
- </items>
181
- </config>
182
- </selectSingleColumn>
151
+ <selectSingleColumn>
152
+ <config>
153
+ <type>select</type>
154
+ <renderType>selectSingle</renderType>
155
+ <items type="array">
156
+ <numIndex index="0" type="array">
157
+ - <numIndex index="0"/>
158
+ - <numIndex index="1"/>
159
+ + <label/>
160
+ + <value/>
161
+ </numIndex>
162
+ <numIndex index="1" type="array">
163
+ - <numIndex index="0">Label 1</numIndex>
164
+ - <numIndex index="1">1</numIndex>
165
+ + <label>Label 1</label>
166
+ + <value>1</value>
167
+ </numIndex>
168
+ <numIndex index="2" type="array">
169
+ - <numIndex index="0">Label 2</numIndex>
170
+ - <numIndex index="1">2</numIndex>
171
+ + <label>Label 2</label>
172
+ + <value>2</value>
173
+ </numIndex>
174
+ <numIndex index="3" type="array">
175
+ - <numIndex index="0">Label 3</numIndex>
176
+ - <numIndex index="1">3</numIndex>
177
+ + <label>Label 3</label>
178
+ + <value>3</value>
179
+ </numIndex>
180
+ </items>
181
+ </config>
182
+ </selectSingleColumn>
183
183
</el>
184
184
</ROOT>
185
185
</sDEF>
0 commit comments