How to put Ctrl+Enter in dataObject

On the example, https://handsontable.com/examples.html?headers, we can use Ctr+Enter to break

Japanese Yen

to 2 lines

Japanese Yen

How to make it in code?

  var dataObject = [
     {id: 1, flag: 'EUR', currencyCode: 'EUR', currency: 'Euro',	level: 0.9033, units: 'EUR / USD', asOf: '08/19/2015', onedChng: 0.0026},
     {id: 2, flag: 'JPY', currencyCode: 'JPY', currency: 'Japanese Yen', level: 124.3870, units: 'JPY / USD', asOf: '08/19/2015', onedChng: 0.0001},

Hi @twcloudwebapp
Here’s and example to to achieve it when you do not want to change column widths to wrap the text: http://jsfiddle.net/26g4jvvo/