I have a table constructed with 'Create a data table linked to an existing data source' option with a URL link to a CSV file source type in it. One of its column contains unix timestamp values.Table is dispalyed without a problem on a page.
Question: Is there a way to convert timestamp column to a different format on the fly? So that when users accessing the page with that table would get the table loaded with timestamps corresponding to their timezone. Can I include a script for the specific column that it would convert it on the fly? How could this be achieved?
I have a table constructed with 'Create a data table linked to an existing data source' option with a URL link to a CSV file source type in it. One of its column contains unix timestamp values.Table is dispalyed without a problem on a page.
Question: Is there a way to convert timestamp column to a different format on the fly? So that when users accessing the page with that table would get the table loaded with timestamps corresponding to their timezone. Can I include a script for the specific column that it would convert it on the fly? How could this be achieved?