Hello,
I would like to set european format for numbers (comma instead dot) during first initialization of the handsontable object. I used a following code
type: 'numeric',
numericFormat: {
pattern: '0,0.00',
culture: 'de-DE'
},
but ist is still the . instead, and , instead .