What is the pattern to be used for the numeric data type to display the number as it is
For ex: i have provided data like 12.23223 , want to display same data.
columnDefinition.numericFormat = {
pattern: ???
};
i am using the above pattern which is working but is it correct?
Also the share the pattern examples documentation if we have any