Documentation

groupSize

the number of digits in a group. The default value is 3

number groupSize;

Example

webix.i18n.groupSize = 4;
webix.i18n.setLocale("en-US");

See also

Details

You need to call setLocale to apply the new configuration

Back to top