Ignition Perspective Table component column not showing correct date format from database
Dataset showing correct date format
however table display showing not readable format
please advise how to change the setting it to readable date format
Ignition Perspective Table component column not showing correct date format from database
Dataset showing correct date format
however table display showing not readable format
please advise how to change the setting it to readable date format
On PROPS.columns
set the field property for each column to the column name. Then select the render
to ‘date’.
Note that this procedure allows you to reorder the columns in the table differently to that supplied by the database query.
Thanks