Perspective Table t_stamp format

I’m using a named query to supply the data to my table. In the dataset the format looks correct, but in the table it does not. How can I fix that?


1 Like

Consider using ‘columns’ property on table component. Under column configurations, changing ‘render’ property will allow you to implicitly render data as certain data type.

1 Like

I had to add the column and name it appropriately in order for the date to work in the field property. Thank you!

I am having similar issues. Adding the column and changing the render and datefromat didn’t seem to have any affect.

change you columns[0].field to t_stamp.

It seems that render selection only works if there is a valid field assigned.

Thanks for some reason I tried that originally and it didn’t work. It is working now. Appreciate the help.