Select at 0 in the table (#403)
When the select is empty in the table it shows the value 0 you should place it whitepull/3759/head
							parent
							
								
									f0f0c81f03
								
							
						
					
					
						commit
						a51989f3ec
					
				| 
						 | 
				
			
			@ -634,6 +634,8 @@ export default {
 | 
			
		|||
          referenceType: field.referenceType,
 | 
			
		||||
          number: row[field.columnName]
 | 
			
		||||
        })
 | 
			
		||||
      } else if (field.componentPath === 'FieldSelect' && this.isEmptyValue(row['DisplayColumn_' + field.columnName]) && row[field.columnName] === 0) {
 | 
			
		||||
        return field.defaultValue
 | 
			
		||||
      }
 | 
			
		||||
      return row['DisplayColumn_' + field.columnName] || row[field.columnName]
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue