Posted 20 April 2020, 4:25 am EST
Wijmo FlexGrid: Custom display of group total value```
Hi,
I'm using Wijmo FlexGrid and AngularJs.
I want to custom display of group total value by my setting.
For example, I want to round down value,... and display
See image below.
① RoundDown(23561.3568507458, 4) = 23561.3568
② RoundDown(10737.378364999, 4) = 10737.3783
③ RoundDown(12823.9784857467, 4) = 12823.9784
https://jsfiddle.net/zx2tw36a/4/
How to custom?
I think can use FormatItem event to custom,
but is there any other way?
Thanh you.[img]https://gccontent.blob.core.windows.net/forum-uploads/file-2ae854bd-9909-48ea-8728-af5aca3e5d2c.jpg[/img]