Posted 30 August 2019, 6:00 am EST
Hi,
I am in need to create dataMap column and bind it to wijmo flex grid dynamically. Is there any way to achieve this?
Thanks,
Mayank
Forums Home / Wijmo / General Discussion
Posted by: mayank.topiwala on 30 August 2019, 6:00 am EST
Posted 30 August 2019, 6:00 am EST
Hi,
I am in need to create dataMap column and bind it to wijmo flex grid dynamically. Is there any way to achieve this?
Thanks,
Mayank
Posted 2 September 2019, 12:36 am EST
Hi Mayank,
To create a data-mapped column dynamically, you just need to create an instance of DataMap and assign it to the dataMap property of the desired column. Please refer to the sample below:
https://stackblitz.com/edit/js-zyqpbk
Let me know if this is your requirement.
Regards
Ashwin