Hello I am using HandsOnTable to work on a large project, but it does not seem to change the format correctly to the european standard.
I have tried the documentation and the things on other forums. The weird thing the display language does properly change.
{//cost/st
type: 'numeric',
numericFormat: {
pattern: '0,0.00 $',
culture: 'nl-NL',
language: 'nl-NL'
}
This is what I use currently to define the column and this is in React. Any help would be greatly appreciated.