Sort Order on Column dropdown

Hello
Would like to know if its possible to sort a-z on the fileds on column dropdown?
Is there a setting somewhere?
Thanks

In Table Metadata, you can sort in 4 possible ways. Custom lets you drag them into your preferred order.
You need admin rights to do this.
image

thank you for quick response, I will forward to my admin

Is there a way to sort all the column tables a-z at once and not individually as I have over 500 data tables?
Thanks

You could use the API:
https://www.metabase.com/docs/latest/api#tag/apitable/PUT/api/table/{id}
Preview not working but click should. You'd need to fire that once per table. Easy to get the table ids, then a bit of curl.