groupSize

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

number groupSize;

Example

webix.i18n.groupSize = 4;
webix.i18n.setLocale();

Related samples

Details

You need to call setLocale to apply the new configuration

See also
Back to top