File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -250,25 +250,15 @@ define([
250250 row [ this . aux . ids [ j ] ] = ( this . $originalData [ i ] [ trueIndex ] ) ? this . $originalData [ i ] [ trueIndex ] : null ;
251251 break ;
252252 }
253-
254- /* }
255- if (this._isADatatypeCodeColumn(datatypeTmp)) {
256- row[self.aux.ids[j]] = self._getVisualizationLabel(self.$originalData[i][trueIndex], trueIndex);
257- }
258-
259- else {
260- row[this.aux.ids[j]] =
261- (this.$originalData[i][trueIndex]) ? this.$originalData[i][trueIndex] : null;
262- }*/
263253 this . _handleColumnsForJQwidgets ( i , j ) ;
264-
265-
266254 }
267255
268256 this . $visualizationData [ i ] = row ;
269257 }
270258
271- if ( this . $originalConfig . options . columns_order && this . $originalConfig . options . columns_order . length > 0 ) {
259+ if ( this . $originalConfig . options &&
260+ this . $originalConfig . options . columns_order &&
261+ this . $originalConfig . options . columns_order . length > 0 ) {
272262 this . _reorderColumns ( ) ;
273263 }
274264
@@ -361,9 +351,7 @@ define([
361351 var self = this ;
362352
363353 if ( this . _checkIfNotExistsCodeInMap ( indexColumn , rowData ) ) {
364- /*
365- if (this.$codelist == null) {
366- */
354+
367355 if ( this . _areLabelsIntoVirtualColumn ( ) ) {
368356
369357 this . aux . code2label [ indexColumn ] [ rowData [ indexColumn ] ] = rowData [ this . aux . indexCodeColumn2indexVirtualColumn [ indexColumn ] ] ;
You can’t perform that action at this time.
0 commit comments