()
| 160 | } |
| 161 | |
| 162 | const isSingleCollection = () => { |
| 163 | const DataGridView = View('DataGridView'); |
| 164 | return ( |
| 165 | finalGroups.length == 1 && |
| 166 | finalGroups[0].controls.length == 1 && |
| 167 | finalGroups[0].controls[0].control == DataGridView |
| 168 | ); |
| 169 | }; |
| 170 | |
| 171 | if(isTabView) { |
| 172 | return ( |