# Demo scala 1. add IN MODEL : code_custom_country: Option[String] = None 2. add in dao impl : code_custom_country= Option(record.getCodeCustomCountry) 4. CellProps( Text(row.code_custom_country.getOrElse("_")) ) 3. CellProps( Text("Code custom country") )