Hi,
I've created a Data Expression that returns a feature set with several esriFieldTypeDouble fields.
When I run it in the Arcade editor, the Output looks correct, with all of the decimal places being preserved.

However when I view the Data Table in the widget editor only 2 decimal places are shown.

This is a problem because I am sorting on the Double field and the 3rd and 4th digit determine the sort order.
Is there a way to format the esriTypeDouble field so that it has more than 2 decimal places? I can probably perform the sort in Arcade but I would like to be able to use the Sort option in the widget editor.
Thanks!
Jill