Posted 24 April 2019, 10:05 am EST
Using angular 6 with wijmo flexgrid and when I use datamap I need a empty “–” when I don’t get any response from server as selected value.
Any pointers would help
Forums Home / Wijmo / General Discussion
Posted by: samvarth123 on 24 April 2019, 10:05 am EST
Posted 24 April 2019, 10:05 am EST
Using angular 6 with wijmo flexgrid and when I use datamap I need a empty “–” when I don’t get any response from server as selected value.
Any pointers would help
Posted 25 April 2019, 8:41 am EST
Hi,
You could use the itemFormatter to set “–” for the cells which are empty. Please refer to the sample below:
https://stackblitz.com/edit/angular-wzbmzz
Regards