Select to view content in your preferred language

Field Names When List Widget is Loading

266
2
Jump to solution
2 weeks ago
Labels (1)
Molly_Ingenmey
New Contributor

I remember watching an Esri video where somebody customized the list widget's appearance when it was loading. Instead of it saying the field names, e.g {field_name} they changed it to simply say loading.

If anyone can point me in the direction of that video, or tell me how to do this, it would be super helpful to further customize my experience. 

0 Kudos
1 Solution

Accepted Solutions
AustinAverill
Frequent Contributor

When defining the data expression, use the "Expression" tab and rename the expression at the top to whatever you'd like. The name you give is what displays by default while data queries are executed (loading). 

AustinAverill_0-1758132817892.png

The result looks like:

AustinAverill_1-1758132863211.png

and then loads to be:

AustinAverill_2-1758132885658.png

 

 

 

View solution in original post

2 Replies
AustinAverill
Frequent Contributor

When defining the data expression, use the "Expression" tab and rename the expression at the top to whatever you'd like. The name you give is what displays by default while data queries are executed (loading). 

AustinAverill_0-1758132817892.png

The result looks like:

AustinAverill_1-1758132863211.png

and then loads to be:

AustinAverill_2-1758132885658.png

 

 

 

Molly_Ingenmey
New Contributor

Thanks so much, that worked!

0 Kudos