When my data has a date field, how can I not automatically split it into YEAR,MONTH,DAY?
Thanks for answer!
1 answer
Hello,
Thank you for writing. The component sets date type "date"
by default. For your case you need to choose the appropriate date type from the following: "date"
, "date string"
, "year/month/day"
, "year/quarter/month/day"
, "datetime"
. We recommend you choosing "date string"
. Please find the way of setting data type here: https://codepen.io/webdatarocks/pen/oPWYEP.
Regards,
WebDataRocks team