The Attributes displayed in the Table Widget in ArcGIS Experience Builder should support the Field Formatting configuration that has been made on the respective layers in the Web Map. Field Formatting is essential for Pop-up configuration, and we want to keep the information that is displayed in a table consistent with the pop-up.
There are two particular Field Formatting scenarios that are particularly important to our users:
- Date/Time Formatting - it is essential that we can hide the Time for Date/Time fields in the table widget. We have workflows where only the date is necessary, and so the time is irrelevant. Also when editing, the time user input should not be displayed. Only the date should be visible, and only the calendar when editing.
- Numeric Field Decimals - Often we round the Numeric values to 2 Decimal places. In the Table widget, the attribute displayed still shows all of the significant digits.
Thanks