Here is my structure
{
label:"Sample",
structure:{
rows: ["client_name"],
columns: ["year", "month"],
values: [
{ name:"quantity", operation:"sum"},
{ name:"total", operation:"sum", format:webix.i18n.priceFormat}
],
filters:[]
}
}
It’s not formatting total as price. But if I change the order of total and quantity, This time quantity and total seems like price.
It’s formatting values only for first one.