How to get the data type of specific cell using onCustomizeCell() event
I want to get the cell data type and if the data type is date then I want to format the date from UTC to current time zone.
1 answer
Hello,
Thank you for reaching out to us.
Our team would like to explain that the data type can not be retrieved using the customizeCell
API call.
Even so, it is possible to decide whether the formatting is required based on the uniqueName
of the hierarchy.
if (data.hierarchy && data.hierarchy.uniqueName == "Appropriate uniqueName")
//apply formatting
We hope it helps.
Do not hesitate to contact us in case additional assistance is needed.
Kind regards,
WebDataRocks Team