@@ -44,30 +44,30 @@ public function getRuleDefinition(): RuleDefinition
44
44
<sheetTitle>Sheet Title</sheetTitle>
45
45
<type>array</type>
46
46
<el>
47
- <selectSingleColumn>
48
- <config>
49
- <type>select</type>
50
- <renderType>selectSingle</renderType>
51
- <items type="array">
52
- <numIndex index="0" type="array">
53
- <numIndex index="0"/>
54
- <numIndex index="1"/>
55
- </numIndex>
56
- <numIndex index="1" type="array">
57
- <numIndex index="0">Label 1</numIndex>
58
- <numIndex index="1">1</numIndex>
59
- </numIndex>
60
- <numIndex index="2" type="array">
61
- <numIndex index="0">Label 2</numIndex>
62
- <numIndex index="1">2</numIndex>
63
- </numIndex>
64
- <numIndex index="3" type="array">
65
- <numIndex index="0">Label 3</numIndex>
66
- <numIndex index="1">3</numIndex>
67
- </numIndex>
68
- </items>
69
- </config>
70
- </selectSingleColumn>
47
+ <selectSingleColumn>
48
+ <config>
49
+ <type>select</type>
50
+ <renderType>selectSingle</renderType>
51
+ <items type="array">
52
+ <numIndex index="0" type="array">
53
+ <numIndex index="0"/>
54
+ <numIndex index="1"/>
55
+ </numIndex>
56
+ <numIndex index="1" type="array">
57
+ <numIndex index="0">Label 1</numIndex>
58
+ <numIndex index="1">1</numIndex>
59
+ </numIndex>
60
+ <numIndex index="2" type="array">
61
+ <numIndex index="0">Label 2</numIndex>
62
+ <numIndex index="1">2</numIndex>
63
+ </numIndex>
64
+ <numIndex index="3" type="array">
65
+ <numIndex index="0">Label 3</numIndex>
66
+ <numIndex index="1">3</numIndex>
67
+ </numIndex>
68
+ </items>
69
+ </config>
70
+ </selectSingleColumn>
71
71
</el>
72
72
</ROOT>
73
73
</sDEF>
@@ -83,30 +83,30 @@ public function getRuleDefinition(): RuleDefinition
83
83
<sheetTitle>Sheet Title</sheetTitle>
84
84
<type>array</type>
85
85
<el>
86
- <selectSingleColumn>
87
- <config>
88
- <type>select</type>
89
- <renderType>selectSingle</renderType>
90
- <items type="array">
91
- <numIndex index="0" type="array">
92
- <label/>
93
- <value/>
94
- </numIndex>
95
- <numIndex index="1" type="array">
96
- <label>Label 1</label>
97
- <value>1</value>
98
- </numIndex>
99
- <numIndex index="2" type="array">
100
- <label>Label 2</label>
101
- <value>2</value>
102
- </numIndex>
103
- <numIndex index="3" type="array">
104
- <label>Label 3</label>
105
- <value>3</value>
106
- </numIndex>
107
- </items>
108
- </config>
109
- </selectSingleColumn>
86
+ <selectSingleColumn>
87
+ <config>
88
+ <type>select</type>
89
+ <renderType>selectSingle</renderType>
90
+ <items type="array">
91
+ <numIndex index="0" type="array">
92
+ <label/>
93
+ <value/>
94
+ </numIndex>
95
+ <numIndex index="1" type="array">
96
+ <label>Label 1</label>
97
+ <value>1</value>
98
+ </numIndex>
99
+ <numIndex index="2" type="array">
100
+ <label>Label 2</label>
101
+ <value>2</value>
102
+ </numIndex>
103
+ <numIndex index="3" type="array">
104
+ <label>Label 3</label>
105
+ <value>3</value>
106
+ </numIndex>
107
+ </items>
108
+ </config>
109
+ </selectSingleColumn>
110
110
</el>
111
111
</ROOT>
112
112
</sDEF>
0 commit comments