I am trying to get rid of the comma separator in a field. I am using the following which does not seem to work. I have tried multiple ways to get this to work, but to no avail.{fieldName: "UID", isEditable:false, tooltip: "Unique ID Field", label:"UID:", format:{places: 0,digitSeparator: false}}
Thanks...